aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorJosh Chen2020-07-17 10:35:07 +0200
committerJosh Chen2020-07-17 10:35:07 +0200
commit31dca5713d3fbd8401dd35cbf12c2cfcb4944db8 (patch)
tree669bb5cbd5e24e8321fa4e7f3bf1cc7c79ae81ee /.github/workflows/ci.yml
parente75a2a2ddfd82d4ba2e65526be1ed92f64369b48 (diff)
more testing
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000..4b9f617
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,13 @@
+name: continuous integration
+on: push
+
+jobs:
+ build:
+ name: build ROOT
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - uses: ./.github/isabelle-action
+ with:
+ TOOL_ARGS: "build -D ."
+