This commit is contained in:
altalk23 2023-12-23 16:10:26 +03:00
commit d6d9161017
3 changed files with 19 additions and 18 deletions

View file

@ -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

View file

@ -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
View file

@ -45,6 +45,7 @@ build
build2
build-docs/
bin
/build-*
# Ignore docs folders
docs/**