-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from regro-cf-autotick-bot/1.16.1
numpy v1.16.1
- Loading branch information
Showing
26 changed files
with
147 additions
and
429 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,39 @@ | ||
# This file was generated automatically from conda-smithy. To update this configuration, | ||
# update the conda-forge.yml and/or the recipe/meta.yaml. | ||
# -*- mode: yaml -*- | ||
|
||
jobs: | ||
- job: linux_64 | ||
- job: linux | ||
pool: | ||
vmImage: ubuntu-16.04 | ||
timeoutInMinutes: 240 | ||
strategy: | ||
maxParallel: 8 | ||
matrix: | ||
linux_c_compilergcccxx_compilergxxfortran_compilergfortranpython2.7: | ||
CONFIG: linux_c_compilergcccxx_compilergxxfortran_compilergfortranpython2.7 | ||
linux_c_compilergcccxx_compilergxxfortran_compilergfortranpython3.6: | ||
CONFIG: linux_c_compilergcccxx_compilergxxfortran_compilergfortranpython3.6 | ||
linux_c_compilergcccxx_compilergxxfortran_compilergfortranpython3.7: | ||
CONFIG: linux_c_compilergcccxx_compilergxxfortran_compilergfortranpython3.7 | ||
linux_c_compilertoolchain_ccxx_compilertoolchain_cxxfortran_compilertoolchain_fortpython2.7: | ||
CONFIG: linux_c_compilertoolchain_ccxx_compilertoolchain_cxxfortran_compilertoolchain_fortpython2.7 | ||
linux_c_compilertoolchain_ccxx_compilertoolchain_cxxfortran_compilertoolchain_fortpython3.6: | ||
CONFIG: linux_c_compilertoolchain_ccxx_compilertoolchain_cxxfortran_compilertoolchain_fortpython3.6 | ||
linux_c_compilertoolchain_ccxx_compilertoolchain_cxxfortran_compilertoolchain_fortpython3.7: | ||
CONFIG: linux_c_compilertoolchain_ccxx_compilertoolchain_cxxfortran_compilertoolchain_fortpython3.7 | ||
linux_python2.7: | ||
CONFIG: linux_python2.7 | ||
UPLOAD_PACKAGES: False | ||
linux_python3.6: | ||
CONFIG: linux_python3.6 | ||
UPLOAD_PACKAGES: False | ||
linux_python3.7: | ||
CONFIG: linux_python3.7 | ||
UPLOAD_PACKAGES: False | ||
steps: | ||
- script: | | ||
sudo pip install --upgrade pip | ||
sudo pip install setuptools shyaml | ||
displayName: Install dependencies | ||
# configure qemu binfmt-misc running. This allows us to run docker containers | ||
# embedded qemu-static | ||
- script: | | ||
docker run --rm --privileged multiarch/qemu-user-static:register | ||
ls /proc/sys/fs/binfmt_misc/ | ||
condition: not(startsWith(variables['CONFIG'], 'linux_64')) | ||
displayName: Configure binfmt_misc | ||
- script: .azure-pipelines/run_docker_build.sh | ||
displayName: Run docker build | ||
displayName: Run docker build | ||
env: | ||
BINSTAR_TOKEN: $(BINSTAR_TOKEN) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 0 additions & 34 deletions
34
..._compilertoolchain_ccxx_compilertoolchain_cxxfortran_compilertoolchain_fortpython2.7.yaml
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
..._compilertoolchain_ccxx_compilertoolchain_cxxfortran_compilertoolchain_fortpython3.6.yaml
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
..._compilertoolchain_ccxx_compilertoolchain_cxxfortran_compilertoolchain_fortpython3.7.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.