aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-01-12 22:49:00 +0800
committerGitHub <noreply@github.com>2020-01-12 22:49:00 +0800
commit769a9650681f0f56e38017ec236d96b2f3a29932 (patch)
treee2539598e8796ab0ce6536f815e00ca3742136a6
parente0c3e47fa089ba717b5857cef3a67fd27cd3aa4c (diff)
parentf2d167be26d301b9f209f296b43219d3c20d8879 (diff)
downloadyuescript-769a9650681f0f56e38017ec236d96b2f3a29932.tar.gz
yuescript-769a9650681f0f56e38017ec236d96b2f3a29932.tar.bz2
yuescript-769a9650681f0f56e38017ec236d96b2f3a29932.zip
Merge pull request #1 from pigpigyyy/pigpigyyy-patch-1
Pigpigyyy patch 1
-rw-r--r--.github/workflows/ccpp.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
new file mode 100644
index 0000000..5b8c191
--- /dev/null
+++ b/.github/workflows/ccpp.yml
@@ -0,0 +1,13 @@
1name: build-test
2
3on: [push]
4
5jobs:
6 build:
7
8 runs-on: ubuntu-latest
9
10 steps:
11 - uses: actions/checkout@v1
12 - name: Test
13 run: make test