forked from Mirrorlandia_minetest/minetest
Upload artifacts in MinGW CI
This commit is contained in:
parent
a292cc42aa
commit
704b5d88b9
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@ -175,9 +175,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
EXISTING_MINETEST_DIR=$PWD ./util/buildbot/buildwin32.sh winbuild
|
EXISTING_MINETEST_DIR=$PWD ./util/buildbot/buildwin32.sh B
|
||||||
env:
|
|
||||||
NO_PACKAGE: 1
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: mingw32
|
||||||
|
path: B/build/*.zip
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
win64:
|
win64:
|
||||||
name: "MinGW cross-compiler (64-bit)"
|
name: "MinGW cross-compiler (64-bit)"
|
||||||
@ -192,9 +196,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
EXISTING_MINETEST_DIR=$PWD ./util/buildbot/buildwin64.sh winbuild
|
EXISTING_MINETEST_DIR=$PWD ./util/buildbot/buildwin64.sh B
|
||||||
env:
|
|
||||||
NO_PACKAGE: 1
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: mingw64
|
||||||
|
path: B/build/*.zip
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
msvc:
|
msvc:
|
||||||
name: VS 2019 ${{ matrix.config.arch }}-${{ matrix.type }}
|
name: VS 2019 ${{ matrix.config.arch }}-${{ matrix.type }}
|
||||||
|
@ -53,7 +53,7 @@ get_sources
|
|||||||
git_hash=$(cd $sourcedir && git rev-parse --short HEAD)
|
git_hash=$(cd $sourcedir && git rev-parse --short HEAD)
|
||||||
|
|
||||||
# Build the thing
|
# Build the thing
|
||||||
cd $sourcedir
|
cd $builddir
|
||||||
[ -d build ] && rm -rf build
|
[ -d build ] && rm -rf build
|
||||||
|
|
||||||
cmake_args=(
|
cmake_args=(
|
||||||
|
Loading…
Reference in New Issue
Block a user