mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
remove appveyor.yml
This commit is contained in:
parent
6a1d49d99b
commit
fe9901858c
32
appveyor.yml
32
appveyor.yml
@ -1,32 +0,0 @@
|
|||||||
os: Visual Studio 2015
|
|
||||||
|
|
||||||
platform: x64
|
|
||||||
|
|
||||||
# clone directory
|
|
||||||
clone_folder: c:\projects\cppjieba
|
|
||||||
|
|
||||||
# scripts to run before build
|
|
||||||
before_build:
|
|
||||||
- echo Running cmake...
|
|
||||||
- cd c:\projects\cppjieba
|
|
||||||
- cmake .
|
|
||||||
|
|
||||||
build:
|
|
||||||
project: ALL_BUILD.vcxproj # path to Visual Studio solution or project
|
|
||||||
|
|
||||||
# scripts to run after build
|
|
||||||
after_build:
|
|
||||||
- cd Debug
|
|
||||||
- demo.exe
|
|
||||||
- load_test.exe
|
|
||||||
- cd ..
|
|
||||||
- COPY .\test\Debug\test.run.exe .\test\test.run.exe
|
|
||||||
- cd test
|
|
||||||
- test.run.exe
|
|
||||||
- cd ..
|
|
||||||
- 7z a c:\projects\all.zip * -tzip
|
|
||||||
- cd c:\projects
|
|
||||||
|
|
||||||
artifacts:
|
|
||||||
- path: all.zip
|
|
||||||
name: all.zip
|
|
Loading…
x
Reference in New Issue
Block a user