Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dataRetrieval
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Water
dataRetrieval
Commits
77fd7af4
Commit
77fd7af4
authored
10 years ago
by
Laura A DeCicco
Browse files
Options
Downloads
Plain Diff
Merge pull request #6 from ldecicco-USGS/master
Added appveyor.yml file.
parents
048edf7d
2b38f698
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
+26
-0
26 additions, 0 deletions
appveyor.yml
with
26 additions
and
0 deletions
appveyor.yml
0 → 100644
+
26
−
0
View file @
77fd7af4
init
:
ps
:
|
$
ErrorActionPreference = "Stop"
I
nvoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
I
mport-Module '..\appveyor-tool.ps1'
i
nstall:
p
s: Bootstrap
b
uild_script:
-
travis-tool.sh install_deps
t
est_script:
-
travis-tool.sh run_tests
o
n_failure:
-
travis-tool.sh dump_logs
a
rtifacts:
-
path: '*.Rcheck\**\*.log'
n
ame: Logs
-
path: '*.Rcheck\**\*.out'
n
ame: Logs
-
path: '*.Rcheck\**\*.fail'
n
ame: Logs
-
path: '*.Rcheck\**\*.Rout'
n
ame: Logs
-
path: '\*_*.tar.gz'
n
ame: Bits
-
path: '\*_*.zip'
n
ame: Bits
\ No newline at end of file
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