Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Nov 25, 2022
1 parent 9dc334a commit eb0f1f7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
matrix:
os:
- ubuntu-latest
# - windows-latest
# - macOS-latest
- windows-latest
- macOS-latest
nim-version:
- stable
- devel
Expand Down
60 changes: 30 additions & 30 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
strategy:
maxParallel: 10
matrix:
# Windows_stable_64bit:
# VM: 'windows-latest'
# UCPU: amd64
# CHANNEL: stable
# TEST_LANG: c
# Windows_devel_64bit:
# VM: 'windows-latest'
# UCPU: amd64
# CHANNEL: devel
# TEST_LANG: c
# Windows_cpp_devel_64bit:
# VM: 'windows-latest'
# UCPU: amd64
# CHANNEL: devel
# TEST_LANG: cpp
# Linux_stable_64bit:
# VM: 'ubuntu-latest'
# UCPU: amd64
# CHANNEL: stable
# TEST_LANG: c
Windows_stable_64bit:
VM: 'windows-latest'
UCPU: amd64
CHANNEL: stable
TEST_LANG: c
Windows_devel_64bit:
VM: 'windows-latest'
UCPU: amd64
CHANNEL: devel
TEST_LANG: c
Windows_cpp_devel_64bit:
VM: 'windows-latest'
UCPU: amd64
CHANNEL: devel
TEST_LANG: cpp
Linux_stable_64bit:
VM: 'ubuntu-latest'
UCPU: amd64
CHANNEL: stable
TEST_LANG: c
Linux_devel_64bit:
VM: 'ubuntu-latest'
UCPU: amd64
Expand All @@ -31,16 +31,16 @@ strategy:
UCPU: amd64
CHANNEL: devel
TEST_LANG: cpp
# MacOS_stable_64bit:
# VM: 'macOS-latest'
# UCPU: amd64
# CHANNEL: stable
# TEST_LANG: c
# MacOS_devel_64bit:
# VM: 'macOS-latest'
# UCPU: amd64
# CHANNEL: devel
# TEST_LANG: c
MacOS_stable_64bit:
VM: 'macOS-latest'
UCPU: amd64
CHANNEL: stable
TEST_LANG: c
MacOS_devel_64bit:
VM: 'macOS-latest'
UCPU: amd64
CHANNEL: devel
TEST_LANG: c
pool:
vmImage: $(VM)

Expand Down

0 comments on commit eb0f1f7

Please sign in to comment.