Update '.drone.yml'
This commit is contained in:
@@ -9,6 +9,7 @@ steps:
|
|||||||
- pacman -Sy --noconfirm
|
- pacman -Sy --noconfirm
|
||||||
- pacman -S cmake make gcc --noconfirm
|
- pacman -S cmake make gcc --noconfirm
|
||||||
- mkdir build
|
- mkdir build
|
||||||
|
- export CXX=g++
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make
|
- make
|
||||||
@@ -21,6 +22,7 @@ steps:
|
|||||||
- pacman -S cmake make gcc --noconfirm
|
- pacman -S cmake make gcc --noconfirm
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
- export CXX=g++
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make
|
- make
|
||||||
- ./testbin
|
- ./testbin
|
||||||
|
Reference in New Issue
Block a user