diff options
author | crupest <crupest@outlook.com> | 2018-10-23 20:23:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-10-23 20:23:22 +0800 |
commit | 3603cb76318b95877f29c00d571ce4431d858e5c (patch) | |
tree | 4c11cd8d97697e35c5ff4b8f6b935020898937be | |
parent | 00abb6f0c8678086860c07eedb17aa348b13fd76 (diff) | |
parent | 4baedc7ee82f75375f43fd5bf779b8041c0b02f2 (diff) | |
download | cru-3603cb76318b95877f29c00d571ce4431d858e5c.tar.gz cru-3603cb76318b95877f29c00d571ce4431d858e5c.tar.bz2 cru-3603cb76318b95877f29c00d571ce4431d858e5c.zip |
Merge branch 'master' into 3-cursor
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 81433e40..00000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,9 +0,0 @@ -stages: - - build - -build: - stage: build - script: - - ./script/build.ps1 - tags: - - windows |