Docker solvers #468
This file contains 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: Run Mini-Competition Benchmark on Linux | |
on: | |
pull_request: | |
branches: | |
- '**' | |
jobs: | |
Linux: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Install Packages | |
run: sudo apt-get install zlib1g-dev make cmake picosat runlim xz-utils p7zip-full bzip2 | |
- uses: actions/checkout@v1 | |
- name: mergesat build | |
run: make d r p sh lr ld lp lsh | |
- name: run copmetition script | |
run: bash -x ./tools/ci/mini-competition.sh -v "build/release/bin/mergesat" |