Switch to new build container
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
79597dc080
commit
8b80b5789d
|
@ -3,14 +3,14 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: test-debug-linux
|
||||
image: dockcross/linux-x64
|
||||
image: deukhoofd/linux64builder
|
||||
commands:
|
||||
- cmake -DCMAKE_BUILD_TYPE=Debug . -B build-debug
|
||||
- cmake --build build-debug --target all -- -j 4
|
||||
- build-debug/PorygonLangTests -s --durations yes --use-colour yes
|
||||
|
||||
- name: test-release-linux
|
||||
image: dockcross/linux-x64
|
||||
image: deukhoofd/linux64builder
|
||||
commands:
|
||||
- cmake -DCMAKE_BUILD_TYPE=Release . -B build-release
|
||||
- cmake --build build-release --target all -- -j 4
|
||||
|
|
Loading…
Reference in New Issue