diff --git a/.drone.yml b/.drone.yml index 8067a68..14ddf99 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,5 +20,5 @@ steps: image: dockcross/windows-static-x64 commands: - cmake -DCMAKE_BUILD_TYPE=Release . -B build-release - - mingw32-make --build build-release --target all -- -j 4 + - cmake --build build-release --target all -- -j 4 - build-release/PorygonLangTests -s