diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-01-12 22:49:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-12 22:49:00 +0800 |
| commit | 769a9650681f0f56e38017ec236d96b2f3a29932 (patch) | |
| tree | e2539598e8796ab0ce6536f815e00ca3742136a6 | |
| parent | e0c3e47fa089ba717b5857cef3a67fd27cd3aa4c (diff) | |
| parent | f2d167be26d301b9f209f296b43219d3c20d8879 (diff) | |
| download | yuescript-769a9650681f0f56e38017ec236d96b2f3a29932.tar.gz yuescript-769a9650681f0f56e38017ec236d96b2f3a29932.tar.bz2 yuescript-769a9650681f0f56e38017ec236d96b2f3a29932.zip | |
Merge pull request #1 from pigpigyyy/pigpigyyy-patch-1
Pigpigyyy patch 1
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/ccpp.yml | 13 |
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 @@ | |||
| 1 | name: build-test | ||
| 2 | |||
| 3 | on: [push] | ||
| 4 | |||
| 5 | jobs: | ||
| 6 | build: | ||
| 7 | |||
| 8 | runs-on: ubuntu-latest | ||
| 9 | |||
| 10 | steps: | ||
| 11 | - uses: actions/checkout@v1 | ||
| 12 | - name: Test | ||
| 13 | run: make test | ||
