Switch to new build container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user