Merge pull request #455 from derekbsnider/fix-gen-out-of-ssa-lost-copy #303
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: s390x-test | |
| on: [push, workflow_dispatch] | |
| jobs: | |
| s390x: | |
| # The host should always be Linux | |
| runs-on: [self-hosted, linux, X64, s390x] | |
| name: Build and test under qemu on ton9 x86_64 | |
| steps: | |
| - uses: actions/checkout@v1 | |
| - name: make test | |
| run: ~/mir-s390x-test.sh master `git log |head -1|awk '{print $2}'` |