mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
Merge branch 'main' into layout
This commit is contained in:
commit
c067b4d0de
1 changed files with 1 additions and 5 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -65,16 +65,13 @@ jobs:
|
|||
run: |
|
||||
${{ matrix.config.cli_cmd }}
|
||||
echo "${{ github.workspace }}/cli" >> $GITHUB_PATH
|
||||
|
||||
- name: Configure CMake
|
||||
run: |
|
||||
${{ matrix.config.prefixes }} cmake -B ${{ github.workspace }}/build ${{ matrix.config.extra_flags }} -DGEODE_DISABLE_CLI_CALLS=ON -DCLI_PATH="${{ github.workspace }}/cli"
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cd build
|
||||
cmake --build . --config RelWithDebInfo
|
||||
|
||||
- name: Move to output folder
|
||||
shell: bash
|
||||
working-directory: ${{ github.workspace }}
|
||||
|
@ -91,7 +88,6 @@ jobs:
|
|||
- name: Delete resource cache file
|
||||
run: |
|
||||
rm ./bin/nightly/resources/.geode_cache
|
||||
|
||||
- name: Upload resources
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
@ -137,4 +133,4 @@ jobs:
|
|||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
files: ./macOS.zip ./Windows.zip ./Headers.zip
|
||||
release: Nightly
|
||||
prerelease: true
|
||||
prerelease: true
|
Loading…
Add table
Reference in a new issue