diff options
author | erorcun <erayorcunus@gmail.com> | 2021-01-28 00:44:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 00:44:34 +0100 |
commit | a74f597d45b543647c45a5069820a0389432cb83 (patch) | |
tree | ed8f1d216724c8dc0f7048c4b215a838765ef3ae /.github/workflows | |
parent | Fix some Collision NaN/inf's (diff) | |
parent | add Vanilla config to premake and premake CI (diff) | |
download | re3-a74f597d45b543647c45a5069820a0389432cb83.tar re3-a74f597d45b543647c45a5069820a0389432cb83.tar.gz re3-a74f597d45b543647c45a5069820a0389432cb83.tar.bz2 re3-a74f597d45b543647c45a5069820a0389432cb83.tar.lz re3-a74f597d45b543647c45a5069820a0389432cb83.tar.xz re3-a74f597d45b543647c45a5069820a0389432cb83.tar.zst re3-a74f597d45b543647c45a5069820a0389432cb83.zip |
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/re3_msvc_amd64.yml | 2 | ||||
-rw-r--r-- | .github/workflows/re3_msvc_x86.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/re3_msvc_amd64.yml b/.github/workflows/re3_msvc_amd64.yml index 63cea698..863e2f94 100644 --- a/.github/workflows/re3_msvc_amd64.yml +++ b/.github/workflows/re3_msvc_amd64.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: platform: [win-amd64-librw_d3d9-oal, win-amd64-librw_gl3_glfw-oal] - buildtype: [Debug, Release] + buildtype: [Debug, Release, Vanilla] steps: - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.0.2 diff --git a/.github/workflows/re3_msvc_x86.yml b/.github/workflows/re3_msvc_x86.yml index 045c4ec8..ff9afb25 100644 --- a/.github/workflows/re3_msvc_x86.yml +++ b/.github/workflows/re3_msvc_x86.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: platform: [win-x86-librw_d3d9-mss, win-x86-librw_gl3_glfw-mss, win-x86-librw_d3d9-oal, win-x86-librw_gl3_glfw-oal] - buildtype: [Debug, Release] + buildtype: [Debug, Release, Vanilla] steps: - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.0.2 |