summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu_18_04_build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ubuntu_18_04_build.yml')
-rw-r--r--.github/workflows/ubuntu_18_04_build.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu_18_04_build.yml b/.github/workflows/ubuntu_18_04_build.yml
new file mode 100644
index 00000000..02755e87
--- /dev/null
+++ b/.github/workflows/ubuntu_18_04_build.yml
@@ -0,0 +1,18 @@
+name: CI ubuntu-18.04
+
+on: [push]
+
+jobs:
+ build:
+
+ runs-on: ubuntu-18.04
+
+ steps:
+ - uses: actions/checkout@v1
+ - name: Build on ubuntu
+ run: |
+ sudo add-apt-repository ppa:avsm/ppa
+ sudo apt update
+ sudo apt install build-essential libgmp-dev z3
+ sudo apt install opam
+ etc/ci_opam_build.sh