mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
Merge branch 'main' of https://github.com/geode-sdk/geode
This commit is contained in:
commit
d6d9161017
3 changed files with 19 additions and 18 deletions
26
.github/workflows/build.yml
vendored
26
.github/workflows/build.yml
vendored
|
@ -33,19 +33,19 @@ jobs:
|
|||
package_cmd: 'makensis -WX -V3 ./installer/windows/installer.nsi'
|
||||
installer_path: './installer/windows/geode-installer-win.exe'
|
||||
|
||||
- name: macOS
|
||||
os: macos-latest
|
||||
id: mac
|
||||
cli_id: mac
|
||||
extra_flags: >
|
||||
-DCMAKE_C_COMPILER=clang
|
||||
-DCMAKE_CXX_COMPILER=clang++
|
||||
-DCMAKE_C_COMPILER_LAUNCHER=ccache
|
||||
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DGEODE_DEBUG=On -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13
|
||||
cli_cmd: 'chmod +x $GITHUB_WORKSPACE/cli/geode'
|
||||
package_cmd: './installer/mac/package.sh ./bin/nightly ./installer/mac/geode-installer-mac.pkg'
|
||||
installer_path: './installer/mac/geode-installer-mac.pkg'
|
||||
# - name: macOS
|
||||
# os: macos-latest
|
||||
# id: mac
|
||||
# cli_id: mac
|
||||
# extra_flags: >
|
||||
# -DCMAKE_C_COMPILER=clang
|
||||
# -DCMAKE_CXX_COMPILER=clang++
|
||||
# -DCMAKE_C_COMPILER_LAUNCHER=ccache
|
||||
# -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
||||
# -DCMAKE_BUILD_TYPE=RelWithDebInfo -DGEODE_DEBUG=On -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13
|
||||
# cli_cmd: 'chmod +x $GITHUB_WORKSPACE/cli/geode'
|
||||
# package_cmd: './installer/mac/package.sh ./bin/nightly ./installer/mac/geode-installer-mac.pkg'
|
||||
# installer_path: './installer/mac/geode-installer-mac.pkg'
|
||||
|
||||
- name: Android
|
||||
os: ubuntu-latest
|
||||
|
|
10
.github/workflows/test-offsets.yml
vendored
10
.github/workflows/test-offsets.yml
vendored
|
@ -23,11 +23,11 @@ jobs:
|
|||
prefixes: ''
|
||||
extra_flags: -A win32 -DGEODE_DEBUG=On
|
||||
|
||||
- name: macOS
|
||||
os_identifier: mac
|
||||
os: macos-latest
|
||||
prefixes: PATH="/usr/local/opt/ccache/libexec:$PATH"
|
||||
extra_flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DGEODE_DEBUG=On
|
||||
# - name: macOS
|
||||
# os_identifier: mac
|
||||
# os: macos-latest
|
||||
# prefixes: PATH="/usr/local/opt/ccache/libexec:$PATH"
|
||||
# extra_flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DGEODE_DEBUG=On
|
||||
|
||||
name: Test Offsets ${{ matrix.config.name }}
|
||||
runs-on: ${{ matrix.config.os }}
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -45,6 +45,7 @@ build
|
|||
build2
|
||||
build-docs/
|
||||
bin
|
||||
/build-*
|
||||
|
||||
# Ignore docs folders
|
||||
docs/**
|
||||
|
|
Loading…
Reference in a new issue