Update build.yml
This commit is contained in:
parent
72f9fbe4d1
commit
235a4115df
1 changed files with 31 additions and 31 deletions
62
.github/workflows/build.yml
vendored
62
.github/workflows/build.yml
vendored
|
@ -14,37 +14,37 @@ on:
|
||||||
paths: ['CMakeLists.txt', 'Makefile', '**.h', '*.c', '**.cpp']
|
paths: ['CMakeLists.txt', 'Makefile', '**.h', '*.c', '**.cpp']
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# ubuntu-latest:
|
ubuntu-latest:
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
#
|
|
||||||
# steps:
|
steps:
|
||||||
# - name: Clone
|
- name: Clone
|
||||||
# uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
#
|
|
||||||
# - name: Dependencies
|
- name: Dependencies
|
||||||
# run: |
|
run: |
|
||||||
# sudo apt-get update
|
sudo apt-get update
|
||||||
# sudo apt-get install build-essential
|
sudo apt-get install build-essential
|
||||||
#
|
|
||||||
# - name: Build
|
- name: Build
|
||||||
# run: |
|
run: |
|
||||||
# make
|
make
|
||||||
#
|
|
||||||
# macOS-latest:
|
macOS-latest:
|
||||||
# runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
#
|
|
||||||
# steps:
|
steps:
|
||||||
# - name: Clone
|
- name: Clone
|
||||||
# uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
#
|
|
||||||
# - name: Dependencies
|
- name: Dependencies
|
||||||
# run: |
|
run: |
|
||||||
# brew update
|
brew update
|
||||||
#
|
|
||||||
# - name: Build
|
- name: Build
|
||||||
# run: |
|
run: |
|
||||||
# make
|
make
|
||||||
#
|
|
||||||
windows-latest:
|
windows-latest:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue