diff --git a/.drone.yml b/.drone.yml index 04ce653..9813489 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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