?
This commit is contained in:
parent
0759b223cd
commit
95af6e6ae0
@ -7,10 +7,10 @@ steps:
|
|||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Sy --noconfirm
|
- pacman -Sy --noconfirm
|
||||||
- pacman -S cmake make gcc --noconfirm
|
- pacman -S cmake make ninja clang --noconfirm
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- export CXX=g++
|
|
||||||
- cd build
|
- cd build
|
||||||
|
- cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ ..
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make
|
- make
|
||||||
|
|
||||||
@ -19,10 +19,10 @@ steps:
|
|||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Sy --noconfirm
|
- pacman -Sy --noconfirm
|
||||||
- pacman -S cmake make gcc --noconfirm
|
- pacman -S cmake make ninja clang --noconfirm
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- export CXX=g++
|
- cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ ..
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make
|
- make
|
||||||
- ./testbin
|
- ./testbin
|
||||||
|
Loading…
Reference in New Issue
Block a user