Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 7bd9b9a

Browse files
committed
add minimal appveyor.yml, use v1.18.3 for staging
1 parent 18cbffe commit 7bd9b9a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.appveyor.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
image: Ubuntu
2+
3+
install:
4+
- echo done
5+
6+
test_script:
7+
- echo done
8+
9+
build: off
10+

azure/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
vmImage: ${{ parameters.vmImage }}
1010
variables:
1111
REPO_DIR: "numpy"
12-
BUILD_COMMIT: 'master'
12+
BUILD_COMMIT: 'v1.18.3'
1313
PLAT: "x86_64"
1414
CYTHON_BUILD_DEP: "cython==0.29.16"
1515
NIGHTLY_BUILD_COMMIT: "master"

azure/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
pool:
99
vmImage: ${{ parameters.vmImage }}
1010
variables:
11-
BUILD_COMMIT: "master"
11+
BUILD_COMMIT: "1.18.3"
1212
NIGHTLY_BUILD_COMMIT: "master"
1313
JUNITXML: "test-data.xml"
1414
TEST_DIR: '$(Agent.WorkFolder)/tmp_for_test'

0 commit comments

Comments
 (0)