Browse Source

Update Carla, dont build macos-intel for now

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.2
falkTX 1 year ago
parent
commit
fe50bd0f22
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 29 additions and 29 deletions
  1. +27
    -27
      .github/workflows/release.yml
  2. +1
    -1
      Carla
  3. +1
    -1
      PawPaw

+ 27
- 27
.github/workflows/release.yml View File

@@ -15,33 +15,33 @@ env:

jobs:
# macOS native intel build
macos:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up cache
uses: actions/cache@v2
with:
path: |
~/PawPawBuilds
key: macos-v${{ env.CACHE_VERSION }}
- name: Set up dependencies
run: |
brew install cmake jq meson
- name: Bootstrap macOS intel
shell: bash
run: |
./PawPaw/bootstrap-carla.sh macos && ./PawPaw/.cleanup.sh macos
- name: Build macOS intel
shell: bash
run: |
./build.sh macos
- uses: actions/upload-artifact@v2
with:
name: macOS intel package
path: Carla/*.dmg
#macos:
#runs-on: macos-10.15
#steps:
#- uses: actions/checkout@v2
#with:
#submodules: recursive
#- name: Set up cache
#uses: actions/cache@v2
#with:
#path: |
#~/PawPawBuilds
#key: macos-v${{ env.CACHE_VERSION }}
#- name: Set up dependencies
#run: |
#brew install cmake jq meson
#- name: Bootstrap macOS intel
#shell: bash
#run: |
#./PawPaw/bootstrap-carla.sh macos && ./PawPaw/.cleanup.sh macos
#- name: Build macOS intel
#shell: bash
#run: |
#./build.sh macos
#- uses: actions/upload-artifact@v2
#with:
#name: macOS intel package
#path: Carla/*.dmg

# macOS native universal build
macos_universal:


+ 1
- 1
Carla

@@ -1 +1 @@
Subproject commit 613e6950581ad0cb3c037fac7f0db89633e099e6
Subproject commit c6ca5ca23da7a38b749bf08979eada555bc04e45

+ 1
- 1
PawPaw

@@ -1 +1 @@
Subproject commit abbe325168018124bdc9288908fb77ec84f99af5
Subproject commit b41a693b64cdba1abd8d278c9985fb690b522854

Loading…
Cancel
Save