Skip to content

Commit

Permalink
Specify build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkie committed Dec 27, 2024
1 parent 76ca7b7 commit cd60122
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/mingw-cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ jobs:
# support overrinding test layer configure arguemnts
run: |
./bootstrap.sh
./configure --host=x86_64-w64-mingw32 --disable-ssl --without-openssl --without-gnutls
make all check
# ./test-suite/test-functionality.sh
./configure --host=x86_64-w64-mingw32 --build=x86_64-pc-linux-gnu --disable-ssl --without-openssl --without-gnutls
make -j`nproc` -l`nproc` all
make -j`nproc` -l`nproc` check
- name: Publish build logs
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: build-logs-mingw
path: btlayer-*.log
path: btlayer-*.log

0 comments on commit cd60122

Please sign in to comment.