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
34f79298
Commit
34f79298
authored
8 years ago
by
jlaura
Committed by
Jason R Laura
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Typo in appveyor
parent
43651280
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
+7
-6
7 additions, 6 deletions
appveyor.yml
with
7 additions
and
6 deletions
appveyor.yml
+
7
−
6
View file @
34f79298
environment
:
environment
:
BINSTAR_USER
:
jlaura
BINSTAR_USER
:
jlaura
PYTHON_VERSION
:
3.4
platform
:
platform
:
-
x64
-
x64
...
@@ -18,13 +17,15 @@ install:
...
@@ -18,13 +17,15 @@ install:
-
cmd
:
conda config --add channels jlaura
-
cmd
:
conda config --add channels jlaura
-
cmd
:
conda install -c conda-forge gdal h5py
-
cmd
:
conda install -c conda-forge gdal h5py
-
cmd
:
conda install pandas sqlalchemy pyyaml
-
cmd
:
conda install pandas sqlalchemy pyyaml
-
cmd
:
pip install pvl
-
cmd
:
conda install -c jlaura pvl protobuf
-
cmd
:
pip install protobuf
# Development installation
# Development installation
-
cmd
:
conda install nose coverage anaconda-client
-
cmd
:
conda install nose coverage
sh
anaconda-client
-
cmd
:
pip install coveralls
-
cmd
:
pip install coveralls
-
appveyor DownloadFile "https://raw.githubusercontent.com/menpo/condaci/v0.4.8/condaci.py -O condaci.pyi"
-
cmd
:
python condaci.py setup
build
:
off
build
:
off
test_script
:
test_script
:
...
@@ -32,4 +33,4 @@ test_script:
...
@@ -32,4 +33,4 @@ test_script:
after_test
:
after_test
:
# After test success, package and upload to Anaconda
# After test success, package and upload to Anaconda
-
cmd
:
python ci_support\upload_or_check_non_existence.py .\conda jlaura --channel=main
-
cmd
:
~/miniconda/bin/python condaci.py build ./conda
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