]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Export the built library as artifact in appveyor 9137/head
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 2 Dec 2019 22:16:39 +0000 (17:16 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Tue, 3 Dec 2019 20:16:03 +0000 (15:16 -0500)
contrib/ci/appveyor.yml

index 56bf1e1de72f41984ab9a837e2287aea7f3fe728..58b6a0781b7f51be5277df5fe82d62a665c4fd60 100644 (file)
@@ -5,5 +5,16 @@ build_script:
 - cmd: >-
     mkdir build &&
     cd build &&
-    cmake c:\projects\source -DCMAKE_BUILD_TYPE=Debug -G "Visual Studio 16 2019" &&
-    cmake --build . -- -m
+    cmake c:\projects\source -DCMAKE_BUILD_TYPE=Debug -G "Visual Studio 16 2019" -DCMAKE_INSTALL_PREFIX="c:\projects\dealii" &&
+    cmake --build . --target install -- -m
+
+for:
+-
+  branches:
+    only:
+      - master
+  after_build:
+    - cmd: 7z a c:\projects\source\dealii.zip c:\projects\dealii
+  artifacts:
+    - path: dealii.zip
+      name: deal.II

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.