Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
R
RcppUUID
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Artem Klevtsov
RcppUUID
Commits
492743ef
Verified
Commit
492743ef
authored
Feb 12, 2020
by
Artem Klevtsov
😹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add AppVeyor config
parent
8cb11335
Pipeline
#117327272
failed with stages
in 8 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
0 deletions
+56
-0
.appveyor.yml
.appveyor.yml
+56
-0
No files found.
.appveyor.yml
0 → 100644
View file @
492743ef
init
:
ps
:
|
$ErrorActionPreference = "Stop"
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
Import-Module '..\appveyor-tool.ps1'
install
:
ps
:
Bootstrap
cache
:
-
C:\RLibrary
environment
:
global
:
CURL_SSL_BACKEND
:
openssl
WARNINGS_ARE_ERRORS
:
0
matrix
:
-
R_VERSION
:
release
GCC_PATH
:
mingw_32
-
R_VERSION
:
release
R_ARCH
:
x64
GCC_PATH
:
mingw_64
-
R_VERSION
:
patched
GCC_PATH
:
mingw_32
-
R_VERSION
:
patched
R_ARCH
:
x64
GCC_PATH
:
mingw_64
-
R_VERSION
:
devel
GCC_PATH
:
mingw_32
-
R_VERSION
:
devel
R_ARCH
:
x64
GCC_PATH
:
mingw_64
build_script
:
-
travis-tool.sh install_deps
test_script
:
-
travis-tool.sh run_tests
on_failure
:
-
7z a failure.zip *.Rcheck\*
-
appveyor PushArtifact failure.zip
artifacts
:
-
path
:
'
*.Rcheck\**\*.log'
name
:
Logs
-
path
:
'
*.Rcheck\**\*.out'
name
:
Logs
-
path
:
'
*.Rcheck\**\*.fail'
name
:
Logs
-
path
:
'
*.Rcheck\**\*.Rout'
name
:
Logs
-
path
:
'
\*_*.tar.gz'
name
:
Bits
-
path
:
'
\*_*.zip'
name
:
Bits
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