Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Plio
Commits
95799a3f
Commit
95799a3f
authored
7 years ago
by
jlaura
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Win32 Builds via appveyor (#19)
* Appveyor build for win32 * Type merging appveyor
parent
ed5e2ce5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+19
-4
19 additions, 4 deletions
appveyor.yml
with
19 additions
and
4 deletions
appveyor.yml
+
19
−
4
View file @
95799a3f
...
...
@@ -4,15 +4,30 @@ branches:
version
:
'
0.1.0.{build}'
platform
:
-
x64
-
x86
environment
:
matrix
:
-
PYTHON
:
"
C:
\\
Miniconda35-x64
\\
Scripts
\\
activate.bat"
PYTHON_VERSION
:
3.5
-
PYTHON
:
"
C:
\\
Miniconda36-x64
\\
Scripts
\\
activate.bat"
PYTHON_VERSION
:
3.6
-
PYTHON
:
"
C:
\\
Miniconda35
\\
Scripts
\\
activate.bat"
PYTHON_VERSION
:
3.5
-
PYTHON
:
"
C:
\\
Miniconda36
\\
Scripts
\\
activate.bat"
platform
:
-
x64
matrix
:
exclude
:
-
PYTHON
:
"
C:
\\
Miniconda35-x64
\\
Scripts
\\
activate.bat"
platform
:
x86
-
PYTHON
:
"
C:
\\
Miniconda36-x64
\\
Scripts
\\
activate.bat"
platform
:
x86
-
PYTHON
:
"
C:
\\
Miniconda35
\\
Scripts
\\
activate.bat"
platform
:
x64
-
PYTHON
:
"
C:
\\
Miniconda36
\\
Scripts
\\
activate.bat"
platform
:
x64
configuration
:
-
Release
...
...
@@ -21,7 +36,7 @@ install:
-
cmd
:
call %PYTHON%
-
cmd
:
conda config --set always_yes yes --set changeps1 no
-
cmd
:
conda update -q conda
-
cmd
:
conda install conda-build anaconda-client
-
cmd
:
conda install conda-build anaconda-client
-
cmd
:
conda create -q -n test_env python=%PYTHON_VERSION%
-
cmd
:
activate test_env
-
cmd
:
conda config --add channels conda-forge
...
...
@@ -33,7 +48,7 @@ install:
build_script
:
-
cmd
:
python setup.py install
test_script
:
-
cmd
:
pytest plio/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment