mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
clean
This commit is contained in:
parent
f5d492e532
commit
181e885598
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: lukka/get-cmake@latest
|
- uses: lukka/get-cmake@latest
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: install dependancies
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
@ -26,12 +26,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: lukka/get-cmake@latest
|
- uses: lukka/get-cmake@latest
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: install dependancies
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
echo 'Building SDL2 platform'
|
echo 'Building SDL2 platform'
|
||||||
cmake ../
|
cmake ../ -DBLAH_PLATFORM_WIN32=OFF -DBLAH_PLATFORM_SDL2=ON
|
||||||
cmake --build .
|
cmake --build .
|
||||||
echo 'Building win32 platform'
|
echo 'Building win32 platform'
|
||||||
cmake ../ -DBLAH_PLATFORM_WIN32=ON -DBLAH_PLATFORM_SDL2=OFF
|
cmake ../ -DBLAH_PLATFORM_WIN32=ON -DBLAH_PLATFORM_SDL2=OFF
|
||||||
|
|
Loading…
Reference in New Issue
Block a user