aboutsummaryrefslogtreecommitdiff
path: root/gtpp/.github/workflows/build-and-test.yml
diff options
context:
space:
mode:
Diffstat (limited to 'gtpp/.github/workflows/build-and-test.yml')
-rw-r--r--gtpp/.github/workflows/build-and-test.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/gtpp/.github/workflows/build-and-test.yml b/gtpp/.github/workflows/build-and-test.yml
new file mode 100644
index 0000000000..d33f352e71
--- /dev/null
+++ b/gtpp/.github/workflows/build-and-test.yml
@@ -0,0 +1,15 @@
+
+name: Build and test
+
+on:
+ pull_request:
+ branches: [ master, main ]
+ push:
+ branches: [ master, main ]
+
+jobs:
+ build-and-test:
+ uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
+ secrets: inherit
+ with:
+ timeout: 150