mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Delete .github/workflows/c-cpp.yml
This commit is contained in:
parent
1aaed07cd7
commit
e2edbdc793
1 changed files with 0 additions and 31 deletions
31
.github/workflows/c-cpp.yml
vendored
31
.github/workflows/c-cpp.yml
vendored
|
@ -1,31 +0,0 @@
|
|||
name: C/C++ CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up MSYS2 (for Unix-like build environment on Windows)
|
||||
run: |
|
||||
choco install msys2
|
||||
C:\tools\msys64\usr\bin\bash.exe --login -i -c "pacman -Syu"
|
||||
C:\tools\msys64\usr\bin\bash.exe --login -i -c "pacman -S base-devel gcc"
|
||||
- name: configure
|
||||
run: |
|
||||
C:\tools\msys64\usr\bin\bash.exe --login -i -c "./configure"
|
||||
- name: make
|
||||
run: |
|
||||
C:\tools\msys64\usr\bin\bash.exe --login -i -c "make"
|
||||
- name: make check
|
||||
run: |
|
||||
C:\tools\msys64\usr\bin\bash.exe --login -i -c "make check"
|
||||
- name: make distcheck
|
||||
run: |
|
||||
C:\tools\msys64\usr\bin\bash.exe --login -i -c "make distcheck"
|
Loading…
Add table
Reference in a new issue