File tree 1 file changed +2
-20
lines changed
1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ environment:
8
8
# overridden on a case by case basis down below
9
9
RUST_VERSION : stable
10
10
11
- # TODO Update this to match the name of your project.
12
- # CRATE_NAME: trust
13
-
14
11
# TODO These are all the build jobs. Adjust as necessary. Comment out what you
15
12
# don't need
16
13
matrix :
@@ -47,8 +44,6 @@ matrix:
47
44
48
45
init :
49
46
- " %PYTHON_DIR%\\ python.exe -m pip install pip==9.0.1 scikit-ci==0.14.0"
50
- # - python -m pip install scikit-ci==0.14.0 scikit-ci-addons==0.15.0
51
- # - python -m ci_addons --install ../addons
52
47
53
48
install :
54
49
- ps : >-
@@ -64,23 +59,12 @@ install:
64
59
- cargo -V
65
60
- " %PYTHON_DIR%\\ python -m ci install"
66
61
67
-
68
62
build_script :
69
63
- " %PYTHON_DIR%\\ python -m ci build"
70
64
71
65
test_script :
72
66
- " %PYTHON_DIR%\\ python -m ci test"
73
67
74
- # after_test:
75
- # - python -m ci after_test
76
-
77
-
78
-
79
- # before_deploy:
80
- # # TODO Update this to build the artifacts that matter to you
81
- # - cargo rustc --target %TARGET% --release --bin hello -- -C lto
82
- # - ps: ci\before_deploy.ps1
83
-
84
68
deploy :
85
69
artifact : dist\**\*.whl
86
70
type : File
@@ -111,9 +95,7 @@ branches:
111
95
112
96
notifications :
113
97
- provider : Email
98
+ to :
99
+
114
100
on_build_success : false
115
101
on_build_failure : false
116
-
117
- # Building is done in the test phase, so we disable Appveyor's build phase.
118
- # build: false
119
-
You can’t perform that action at this time.
0 commit comments