Skip to content

Commit 2b28328

Browse files
committed
clean it up
1 parent 6b048c4 commit 2b28328

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

appveyor.yml

+2-20
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ environment:
88
# overridden on a case by case basis down below
99
RUST_VERSION: stable
1010

11-
# TODO Update this to match the name of your project.
12-
# CRATE_NAME: trust
13-
1411
# TODO These are all the build jobs. Adjust as necessary. Comment out what you
1512
# don't need
1613
matrix:
@@ -47,8 +44,6 @@ matrix:
4744

4845
init:
4946
- "%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
5247

5348
install:
5449
- ps: >-
@@ -64,23 +59,12 @@ install:
6459
- cargo -V
6560
- "%PYTHON_DIR%\\python -m ci install"
6661

67-
6862
build_script:
6963
- "%PYTHON_DIR%\\python -m ci build"
7064

7165
test_script:
7266
- "%PYTHON_DIR%\\python -m ci test"
7367

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-
8468
deploy:
8569
artifact: dist\**\*.whl
8670
type: File
@@ -111,9 +95,7 @@ branches:
11195

11296
notifications:
11397
- provider: Email
98+
to:
99+
114100
on_build_success: false
115101
on_build_failure: false
116-
117-
# Building is done in the test phase, so we disable Appveyor's build phase.
118-
# build: false
119-

0 commit comments

Comments
 (0)