Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Podhorszki, Norbert
ADIOS2
Commits
25e37eac
Commit
25e37eac
authored
7 years ago
by
Wittenburg, William
Browse files
Options
Downloads
Patches
Plain Diff
Try to clean things up using ps instead of cmd
parent
313c9177
No related branches found
No related tags found
2 merge requests
!265
Address various windows issues rebased
,
!263
Get started with AppVeyor CI
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+19
-25
19 additions, 25 deletions
appveyor.yml
with
19 additions
and
25 deletions
appveyor.yml
+
19
−
25
View file @
25e37eac
...
@@ -2,7 +2,7 @@ version: 1.0.{build}
...
@@ -2,7 +2,7 @@ version: 1.0.{build}
skip_branch_with_pr
:
true
skip_branch_with_pr
:
true
os
:
os
:
-
Visual Studio
2015
-
Visual Studio
2015
-
Visual Studio
2017
-
Visual Studio
2017
...
@@ -11,31 +11,25 @@ platform:
...
@@ -11,31 +11,25 @@ platform:
before_build
:
before_build
:
-
del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
-
del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
-
if not exist C:\projects\adios2build\NUL echo 'Build tree does not yet exist'
-
ps
:
Write-Host "$env:APPVEYOR_BUILD_WORKER_IMAGE"
-
set CUSTOM_BUILD_NAME=%APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH%_%APPVEYOR_BUILD_NUMBER%_%APPVEYOR_BUILD_WORKER_IMAGE%
-
ps
:
$env:CUSTOM_BUILD_NAME = ("{0}_{1}_{2}" -f $env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH, $env:APPVEYOR_BUILD_NUMBER, $env:APPVEYOR_BUILD_WORKER_IMAGE -replace " ","-" )
-
ctest.exe
-
ctest.exe -VV -S ../adios2/scripts\appveyor\av_default.cmake
-VV -S ../adios2/scripts\appveyor\av_default.cmake
-Ddashboard_full=OFF
-Ddashboard_full=OFF
-Ddashboard_do_update=true
-Ddashboard_do_update=true
-DCTEST_BUILD_NAME=%CUSTOM_BUILD_NAME%
-DCTEST_BUILD_NAME=%CUSTOM_BUILD_NAME%
build_script
:
build_script
:
-
set CUSTOM_BUILD_NAME=%APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH%_%APPVEYOR_BUILD_NUMBER%_%APPVEYOR_BUILD_WORKER_IMAGE%
-
ctest.exe -VV -S ../adios2/scripts\appveyor\av_default.cmake
-
ctest.exe
-Ddashboard_full=OFF
-VV -S ../adios2/scripts\appveyor\av_default.cmake
-Ddashboard_do_configure=true
-Ddashboard_full=OFF
-DCTEST_BUILD_NAME=%CUSTOM_BUILD_NAME%
-Ddashboard_do_configure=true
-
ctest.exe -VV -S ../adios2/scripts\appveyor\av_default.cmake
-DCTEST_BUILD_NAME=%CUSTOM_BUILD_NAME%
-Ddashboard_full=OFF
-
ctest.exe
-Ddashboard_do_build=true
-VV -S ../adios2/scripts\appveyor\av_default.cmake
-DCTEST_BUILD_NAME=%CUSTOM_BUILD_NAME%
-Ddashboard_full=OFF
-Ddashboard_do_build=true
-DCTEST_BUILD_NAME=%CUSTOM_BUILD_NAME%
test_script
:
test_script
:
-
set CUSTOM_BUILD_NAME=%APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH%_%APPVEYOR_BUILD_NUMBER%_%APPVEYOR_BUILD_WORKER_IMAGE%
-
ctest.exe -VV -S ../adios2/scripts\appveyor\av_default.cmake
-
ctest.exe
-Ddashboard_full=OFF
-VV -S ../adios2/scripts\appveyor\av_default.cmake
-Ddashboard_do_test=true
-Ddashboard_full=OFF
-DCTEST_BUILD_NAME=%CUSTOM_BUILD_NAME%
-Ddashboard_do_test=true
-DCTEST_BUILD_NAME=%CUSTOM_BUILD_NAME%
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