diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-06-07 20:07:22 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2020-06-17 07:43:22 +0200 |
commit | e3ecb5fb3abea58e7cb30304c9b9df8646071624 (patch) | |
tree | e27067e8c9feaee9b2d2960ecc11c7adc2c1b25c /.github/workflows | |
parent | 81905a8c0bafb05ccf260a38f274bbf24ec7ecb3 (diff) | |
download | ghdl-e3ecb5fb3abea58e7cb30304c9b9df8646071624.tar.gz ghdl-e3ecb5fb3abea58e7cb30304c9b9df8646071624.tar.bz2 ghdl-e3ecb5fb3abea58e7cb30304c9b9df8646071624.zip |
ci(msys2): define deps in PKGBUILD, cleanup run.sh
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/push.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ea9bb3b8d..5b7851f88 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -94,10 +94,12 @@ jobs: path: ./dist/msys2-mingw/${{ matrix.task.pkg }}/pkg/ - uses: actions/upload-artifact@v2 with: - path: ./dist/msys2-mingw/${{ matrix.task.pkg }}/mingw-*ghdl*.pkg.tar.zst + path: ./dist/msys2-mingw/${{ matrix.task.pkg }}/mingw-*ghdl*.pkg.tar.zst - name: Test package run: | - ./dist/msys2-mingw/run.sh -t + env | grep MSYSTEM + env | grep MINGW + GHDL=ghdl ./testsuite/testsuite.sh env: MSYSTEM: ${{ matrix.task.installs }} |