mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-07 06:07:19 +08:00
Compare commits
5 Commits
v1.11.0
...
new-windows
| Author | SHA1 | Date | |
|---|---|---|---|
| 25affc65a9 | |||
| ed700f61b8 | |||
| 529b6c1c09 | |||
| a7c03318e1 | |||
| 73375e968b |
@@ -0,0 +1,19 @@
|
|||||||
|
name: z5-build-env
|
||||||
|
channels:
|
||||||
|
- conda-forge
|
||||||
|
dependencies:
|
||||||
|
- cmake
|
||||||
|
- compilers
|
||||||
|
- bzip2
|
||||||
|
- lz4-c
|
||||||
|
- xz
|
||||||
|
- zlib
|
||||||
|
- boost-cpp>=1.63
|
||||||
|
- xtensor>=0.21,<0.22
|
||||||
|
- xtensor-python>=0.24,<0.25
|
||||||
|
- xsimd
|
||||||
|
- blosc
|
||||||
|
- imageio
|
||||||
|
- nlohmann_json
|
||||||
|
- zarr
|
||||||
|
- h5py
|
||||||
@@ -6,16 +6,33 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- release/*
|
- release/*
|
||||||
|
- new-windows
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 6 * * *'
|
- cron: '0 6 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: default
|
name: default
|
||||||
runs-on: windows-latest
|
runs-on: ${{ matrix.windows }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
windows: [windows-2016, windows-2019]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out source code
|
- name: Check out source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Setup miniconda
|
||||||
|
uses: conda-incubator/setup-miniconda@v2
|
||||||
|
with:
|
||||||
|
activate-environment: z5-build-env
|
||||||
|
auto-update-conda: true
|
||||||
|
channels: conda-forge
|
||||||
|
environment-file: .github/workflows/environment.yaml
|
||||||
|
python-version: 3.7
|
||||||
|
auto-activate-base: false
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||||
|
|
||||||
- name: Download Internet
|
- name: Download Internet
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Enable Developer Command Prompt
|
- name: Enable Developer Command Prompt
|
||||||
|
|||||||
@@ -10,7 +10,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: release
|
name: release
|
||||||
runs-on: windows-latest
|
runs-on: ${{ matrix.windows }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
windows: [windows-2016, windows-2019]
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Developer Command Prompt
|
- name: Setup Developer Command Prompt
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user