summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/outoftree.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/workflows/outoftree.yml b/.github/workflows/outoftree.yml
new file mode 100644
index 0000000..f45dd95
--- /dev/null
+++ b/.github/workflows/outoftree.yml
@@ -0,0 +1,22 @@
+# Can be used locally with https://github.com/nektos/act
+
+name: Out of tree build
+on:
+ pull_request:
+ push:
+ branches:
+ - master
+jobs:
+ outoftree:
+ runs-on: 'ubuntu-22.04'
+
+ steps:
+ - uses: actions/checkout@v2
+
+ - name: build
+ run: |
+ mkdir build
+ cd build
+ ../configure --enable-fuzz --enable-bundled-libtom
+ make -j3
+ make -j3 fuzzstandalone