diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-03-20 18:19:27 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-05-04 15:56:35 +0300 |
commit | e06d5cd41406f13d390ac77580096652d987b7ae (patch) | |
tree | 990716b3361275351d3a52bbbd00732c64bda376 /.github/workflows | |
parent | f262ae9a6f01be8da4ee351f27d5d300674373a7 (diff) | |
download | redot-cpp-e06d5cd41406f13d390ac77580096652d987b7ae.tar.gz |
Add double precision build support.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0ab2eb..ffbd968 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |