Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VegaFEM-CMake
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
Ben Boeckel
VegaFEM-CMake
Commits
fcbdfed2
Commit
fcbdfed2
authored
10 years ago
by
David Thompson
Browse files
Options
Downloads
Patches
Plain Diff
Try building on appveyor.
parent
0e4d1348
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+33
-0
33 additions, 0 deletions
appveyor.yml
with
33 additions
and
0 deletions
appveyor.yml
0 → 100644
+
33
−
0
View file @
fcbdfed2
clone_depth
:
16
cache
:
-
cmake-inst
environment
:
matrix
:
-
GENERATOR
:
"
Visual
Studio
10
2010"
VS_VERSION
:
"
10.0"
-
GENERATOR
:
"
Ninja"
VS_VERSION
:
"
10.0"
platform
:
-
x86
configuration
:
-
Release
install
:
-
cinst
:
ninja cmake
build_script
:
-
cmd
:
set PATH=C:\Program Files (x86)\CMake\bin;%PATH%
-
cmd
:
call "C:/Program Files (x86)/Microsoft Visual Studio %VS_VERSION%/Common7/Tools/vsvars32.bat"
-
cmd
:
cmake --version
-
cmd
:
mkdir build
-
cmd
:
cd build
-
cmd
:
cmake .. -Wdev --warn-uninitialized -G"%GENERATOR%" -D"VegaFEM_BUILD_MODEL_REDUCTION:BOOL=OFF" -D"VegaFEM_ENABLE_PTHREADS_SUPPORT:BOOL=OFF"
-
cmd
:
cmake --build .
test_script
:
# - cmd: ctest -C Debug --output-on-failure
-
cmd
:
cd ..
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