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

Commit

Permalink
add minimal appveyor.yml, use v1.18.3 for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Apr 21, 2020
1 parent 18cbffe commit 7bd9b9a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
image: Ubuntu

install:
- echo done

test_script:
- echo done

build: off

2 changes: 1 addition & 1 deletion azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
vmImage: ${{ parameters.vmImage }}
variables:
REPO_DIR: "numpy"
BUILD_COMMIT: 'master'
BUILD_COMMIT: 'v1.18.3'
PLAT: "x86_64"
CYTHON_BUILD_DEP: "cython==0.29.16"
NIGHTLY_BUILD_COMMIT: "master"
Expand Down
2 changes: 1 addition & 1 deletion azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
pool:
vmImage: ${{ parameters.vmImage }}
variables:
BUILD_COMMIT: "master"
BUILD_COMMIT: "1.18.3"
NIGHTLY_BUILD_COMMIT: "master"
JUNITXML: "test-data.xml"
TEST_DIR: '$(Agent.WorkFolder)/tmp_for_test'
Expand Down

0 comments on commit 7bd9b9a

Please sign in to comment.