Skip to content

Commit

Permalink
PRTEMP: investigate windows
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed May 14, 2021
1 parent 5024b89 commit b1c5c7a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 200 deletions.
112 changes: 0 additions & 112 deletions .github/workflows/ci_docs.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/ci_packages.yml

This file was deleted.

32 changes: 16 additions & 16 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ jobs:

strategy:
matrix:
Linux_amd64:
vmImage: 'ubuntu-16.04'
CPU: amd64
# pending bug #17325 (broken again)
# Linux_i386:
# # bug #17325: fails on 'ubuntu-16.04' because it now errors with:
# # g++-multilib : Depends: gcc-multilib (>= 4:5.3.1-1ubuntu1) but it is not going to be installed
# vmImage: 'ubuntu-18.04'
# CPU: i386
OSX_amd64:
vmImage: 'macOS-10.15'
CPU: amd64
OSX_amd64_cpp:
vmImage: 'macOS-10.15'
CPU: amd64
NIM_COMPILE_TO_CPP: true
# Linux_amd64:
# vmImage: 'ubuntu-16.04'
# CPU: amd64
# # pending bug #17325 (broken again)
# # Linux_i386:
# # # bug #17325: fails on 'ubuntu-16.04' because it now errors with:
# # # g++-multilib : Depends: gcc-multilib (>= 4:5.3.1-1ubuntu1) but it is not going to be installed
# # vmImage: 'ubuntu-18.04'
# # CPU: i386
# OSX_amd64:
# vmImage: 'macOS-10.15'
# CPU: amd64
# OSX_amd64_cpp:
# vmImage: 'macOS-10.15'
# CPU: amd64
# NIM_COMPILE_TO_CPP: true
Windows_amd64_batch0_3:
vmImage: 'windows-2019'
CPU: amd64
Expand Down

0 comments on commit b1c5c7a

Please sign in to comment.