projects
/
forks
/
cmath3d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58f48ea
)
add github action for CI testing
author
James Alan Preiss
<jamesalanpreiss@gmail.com>
Mon, 1 Jun 2020 21:48:34 +0000
(14:48 -0700)
committer
GitHub
<noreply@github.com>
Mon, 1 Jun 2020 21:48:34 +0000
(14:48 -0700)
.github/workflows/test.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.github/workflows/test.yml
b/.github/workflows/test.yml
new file mode 100644
(file)
index 0000000..
43e580d
--- /dev/null
+++ b/
.github/workflows/test.yml
@@ -0,0
+1,13
@@
+name: test
+
+on: [push, pull_request]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - name: make
+ run: make
+ - name: test
+ run: make test