Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
153da2f9
Commit
153da2f9
authored
Jan 01, 2018
by
Andrew Murray
Committed by
xoviat
Jan 30, 2018
Browse files
Updated URLs
parent
69834c90
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
README.rst
README.rst
+2
-2
appveyor.yml
appveyor.yml
+1
-1
ci/appveyor/install.ps1
ci/appveyor/install.ps1
+1
-1
ci/appveyor/missing-headers.ps1
ci/appveyor/missing-headers.ps1
+1
-1
common_utils.sh
common_utils.sh
+1
-1
No files found.
README.rst
View file @
153da2f9
...
@@ -3,7 +3,7 @@ Utilities for building on Travis-CI and AppVeyor
...
@@ -3,7 +3,7 @@ Utilities for building on Travis-CI and AppVeyor
################################################
################################################
A set of scripts to automate builds of OSX and manylinux1 wheels on the
A set of scripts to automate builds of OSX and manylinux1 wheels on the
`Travis-CI <http://travis-ci.org/>`_ infrastructure, and also Windows
`Travis-CI <http
s
://travis-ci.org/>`_ infrastructure, and also Windows
wheels on the `AppVeyor <https://ci.appveyor.com/>`_ infrastructure.
wheels on the `AppVeyor <https://ci.appveyor.com/>`_ infrastructure.
The TravisCI scripts are designed to build *and test*:
The TravisCI scripts are designed to build *and test*:
...
@@ -345,7 +345,7 @@ To use these scripts
...
@@ -345,7 +345,7 @@ To use these scripts
If your project depends on numpy, you will want to build against the earliest
If your project depends on numpy, you will want to build against the earliest
numpy that your project supports - see `forward, backward numpy compatibility
numpy that your project supports - see `forward, backward numpy compatibility
<http://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-wrong-size-try-recompiling/18369312#18369312>`_.
<http
s
://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-wrong-size-try-recompiling/18369312#18369312>`_.
See the `astropy-wheels travis file
See the `astropy-wheels travis file
<https://github.com/MacPython/astropy-wheels/blob/master/.travis.yml>`_ for an
<https://github.com/MacPython/astropy-wheels/blob/master/.travis.yml>`_ for an
example specifying numpy build and test dependencies.
example specifying numpy build and test dependencies.
...
...
appveyor.yml
View file @
153da2f9
...
@@ -8,7 +8,7 @@ environment:
...
@@ -8,7 +8,7 @@ environment:
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# /E:ON and /V:ON options are not enabled in the batch script interpreter
# /E:ON and /V:ON options are not enabled in the batch script interpreter
# See: http://stackoverflow.com/a/13751649/163740
# See: http
s
://stackoverflow.com/a/13751649/163740
CMD_IN_ENV
:
"
cmd
/E:ON
/V:ON
/C
%APPVEYOR_BUILD_FOLDER%
\\
ci
\\
appveyor
\\
windows_sdk.cmd"
CMD_IN_ENV
:
"
cmd
/E:ON
/V:ON
/C
%APPVEYOR_BUILD_FOLDER%
\\
ci
\\
appveyor
\\
windows_sdk.cmd"
matrix
:
matrix
:
...
...
ci/appveyor/install.ps1
View file @
153da2f9
# Sample script to install Miniconda under Windows
# Sample script to install Miniconda under Windows
# Authors: Olivier Grisel, Jonathan Helmus and Kyle Kastner, Robert McGibbon
# Authors: Olivier Grisel, Jonathan Helmus and Kyle Kastner, Robert McGibbon
# License: CC0 1.0 Universal: http://creativecommons.org/publicdomain/zero/1.0/
# License: CC0 1.0 Universal: http
s
://creativecommons.org/publicdomain/zero/1.0/
$MINICONDA_URL
=
"http://repo.continuum.io/miniconda/"
$MINICONDA_URL
=
"http://repo.continuum.io/miniconda/"
...
...
ci/appveyor/missing-headers.ps1
View file @
153da2f9
function
InstallMissingHeaders
()
{
function
InstallMissingHeaders
()
{
# Visual Studio 2008 is missing stdint.h, but you can just download one
# Visual Studio 2008 is missing stdint.h, but you can just download one
# from the web.
# from the web.
# http://stackoverflow.com/questions/126279/c99-stdint-h-header-and-ms-visual-studio
# http
s
://stackoverflow.com/questions/126279/c99-stdint-h-header-and-ms-visual-studio
$webclient
=
New-Object
System.Net.WebClient
$webclient
=
New-Object
System.Net.WebClient
$include_dirs
=
@(
"C:\Program Files\Microsoft SDKs\Windows\v7.0\Include"
,
$include_dirs
=
@(
"C:\Program Files\Microsoft SDKs\Windows\v7.0\Include"
,
...
...
common_utils.sh
View file @
153da2f9
...
@@ -294,7 +294,7 @@ function install_run {
...
@@ -294,7 +294,7 @@ function install_run {
function
fill_submodule
{
function
fill_submodule
{
# Restores .git directory to submodule, if necessary
# Restores .git directory to submodule, if necessary
# See:
# See:
# http://stackoverflow.com/questions/41776331/is-there-a-way-to-reconstruct-a-git-directory-for-a-submodule
# http
s
://stackoverflow.com/questions/41776331/is-there-a-way-to-reconstruct-a-git-directory-for-a-submodule
local
repo_dir
=
"
$1
"
local
repo_dir
=
"
$1
"
[
-
z
"
$repo_dir
"
]
&&
echo
"repo_dir not defined"
&&
exit
1
[
-
z
"
$repo_dir
"
]
&&
echo
"repo_dir not defined"
&&
exit
1
local
git_loc
=
"
$repo_dir
/.git"
local
git_loc
=
"
$repo_dir
/.git"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment