whoops
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5c61dc1bc5
commit
7a35721a69
10
.drone.yml
10
.drone.yml
|
@ -8,10 +8,9 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- dnf install -y git cmake SDL2-devel
|
- dnf install -y git cmake SDL2-devel
|
||||||
- git submodule update --recursive --init
|
- git submodule update --recursive --init
|
||||||
- mkdir ./build
|
- cmake -E make_directory ./build
|
||||||
- cmake -DCMAKE_C_COMPILER=/usr/bin/clang ./build
|
|
||||||
- cd ./build
|
- cd ./build
|
||||||
- cmake -S .. -B .
|
- cmake -DCMAKE_C_COMPILER=/usr/bin/clang -S .. -B .
|
||||||
- make
|
- make
|
||||||
|
|
||||||
- name: build-windows
|
- name: build-windows
|
||||||
|
@ -19,8 +18,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- dnf install -y git cmake SDL2-devel
|
- dnf install -y git cmake SDL2-devel
|
||||||
- git submodule update --recursive --init
|
- git submodule update --recursive --init
|
||||||
- mkdir ./build
|
- cmake -E make_directory ./build
|
||||||
- cmake -DCMAKE_C_COMPILER=/usr/bin/mingw64 ./build
|
|
||||||
- cd ./build
|
- cd ./build
|
||||||
- cmake -S .. -B .
|
- cmake -DCMAKE_C_COMPILER=/usr/bin/clang -S .. -B .
|
||||||
- make
|
- make
|
||||||
|
|
Loading…
Reference in New Issue