|
|
@@ -35,14 +35,14 @@ jobs: |
|
|
|
shell: bash |
|
|
|
run: | |
|
|
|
./PawPaw/bootstrap-carla.sh macos && ./PawPaw/.cleanup.sh macos |
|
|
|
- name: Build macOS intel |
|
|
|
shell: bash |
|
|
|
run: | |
|
|
|
./build-carla.sh macos |
|
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
name: macOS intel package |
|
|
|
path: Carla/*.dmg |
|
|
|
#- 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: |
|
|
@@ -66,14 +66,14 @@ jobs: |
|
|
|
shell: bash |
|
|
|
run: | |
|
|
|
./PawPaw/bootstrap-carla.sh macos-universal && ./PawPaw/.cleanup.sh macos-universal |
|
|
|
- name: Build macOS universal |
|
|
|
shell: bash |
|
|
|
run: | |
|
|
|
./build-carla.sh macos-universal |
|
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
name: macOS universal package |
|
|
|
path: Carla/*.dmg |
|
|
|
#- name: Build macOS universal |
|
|
|
#shell: bash |
|
|
|
#run: | |
|
|
|
#./build.sh macos-universal |
|
|
|
#- uses: actions/upload-artifact@v2 |
|
|
|
#with: |
|
|
|
#name: macOS universal package |
|
|
|
#path: Carla/*.dmg |
|
|
|
|
|
|
|
# linux with win32 cross-compilation |
|
|
|
win32: |
|
|
@@ -111,14 +111,14 @@ jobs: |
|
|
|
shell: bash |
|
|
|
run: | |
|
|
|
./PawPaw/bootstrap-carla.sh win32 && ./PawPaw/.cleanup.sh win32 |
|
|
|
- name: Build win32 cross-compiled |
|
|
|
shell: bash |
|
|
|
run: | |
|
|
|
./build-carla.sh win32 |
|
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
name: win32 installer |
|
|
|
path: Carla/*.zip |
|
|
|
#- name: Build win32 cross-compiled |
|
|
|
#shell: bash |
|
|
|
#run: | |
|
|
|
#./build.sh win32 |
|
|
|
#- uses: actions/upload-artifact@v2 |
|
|
|
#with: |
|
|
|
#name: win32 installer |
|
|
|
#path: Carla/*.zip |
|
|
|
|
|
|
|
# linux with win64 cross-compilation |
|
|
|
win64: |
|
|
@@ -157,11 +157,11 @@ jobs: |
|
|
|
shell: bash |
|
|
|
run: | |
|
|
|
./PawPaw/bootstrap-carla.sh win64 && ./PawPaw/.cleanup.sh win64 |
|
|
|
- name: Build win64 cross-compiled |
|
|
|
shell: bash |
|
|
|
run: | |
|
|
|
./build-carla.sh win64 |
|
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
name: win64 installer |
|
|
|
path: Carla/*.zip |
|
|
|
#- name: Build win64 cross-compiled |
|
|
|
#shell: bash |
|
|
|
#run: | |
|
|
|
#./build.sh win64 |
|
|
|
#- uses: actions/upload-artifact@v2 |
|
|
|
#with: |
|
|
|
#name: win64 installer |
|
|
|
#path: Carla/*.zip |