Add double precision build support.

This commit is contained in:
bruvzg
2022-03-20 18:19:27 +02:00
parent f262ae9a6f
commit e06d5cd414
5 changed files with 49 additions and 24 deletions

View File

@@ -15,6 +15,13 @@ jobs:
artifact-name: godot-cpp-linux-glibc2.27-x86_64-release
artifact-path: bin/libgodot-cpp.linux.release.64.a
- name: 🐧 Linux (GCC, Double Precision)
os: ubuntu-18.04
platform: linux
artifact-name: godot-cpp-linux-glibc2.27-x86_64-double-release
artifact-path: bin/libgodot-cpp.linux.release.64.a
flags: float=64
- name: 🏁 Windows (x86_64, MSVC)
os: windows-2019
platform: windows