|
@@ -40,15 +40,6 @@ jobs:
|
|
|
artifact-path: cmake-build/bin/libgodot-cpp.linux.template_release.x86_64.a
|
|
|
run-tests: true
|
|
|
|
|
|
- - name: 🐧 Linux (GCC, Makefiles, Double Precision)
|
|
|
- os: ubuntu-22.04
|
|
|
- platform: linux
|
|
|
- config-flags: -DCMAKE_BUILD_TYPE=Release -DGODOTCPP_PRECISION=double
|
|
|
- artifact-name: godot-cpp-linux-glibc2.27-x86_64-double-release.cmake
|
|
|
- artifact-path: cmake-build/bin/libgodot-cpp.linux.template_release.double.x86_64.a
|
|
|
- flags: precision=double
|
|
|
- run-tests: false
|
|
|
-
|
|
|
- name: 🏁 Windows (x86_64, MSVC)
|
|
|
os: windows-2019
|
|
|
platform: windows
|