summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2023-04-19 22:15:47 +0800
committerMatt Johnston <matt@ucc.asn.au>2023-04-19 22:15:47 +0800
commit16d855337b475d2da90cc2668e85f7464045bbcc (patch)
treeac39ac498eb667901d237ffd3d0fcdb9d05f7387
parentf61c207386371752b839e347b0b1eb77d3cc064d (diff)
downloaddropbear-16d855337b475d2da90cc2668e85f7464045bbcc.tar.gz
Add test for out of tree builds
Currently fails.
-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