diff options
author | Li Jin <dragon-fly@qq.com> | 2020-01-12 22:49:35 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-01-12 22:49:35 +0800 |
commit | 926eb5623204943a9786ea5aca4e4cee390a4bcb (patch) | |
tree | 5ded2fd34a9c87009d1ac3bc7174b870b28cffa7 | |
parent | 87806e49d40708457ce287158113c664ed0cb260 (diff) | |
parent | 769a9650681f0f56e38017ec236d96b2f3a29932 (diff) | |
download | yuescript-926eb5623204943a9786ea5aca4e4cee390a4bcb.tar.gz yuescript-926eb5623204943a9786ea5aca4e4cee390a4bcb.tar.bz2 yuescript-926eb5623204943a9786ea5aca4e4cee390a4bcb.zip |
Merge branch 'master' of https://github.com/pigpigyyy/MoonPlus
* 'master' of https://github.com/pigpigyyy/MoonPlus:
Update ccpp.yml
Update ccpp.yml
Create ccpp.yml
-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 | ||