Skip to content

Commit

Permalink
Testing cache theory on appveyor. Iterated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
broxen committed Oct 3, 2018
1 parent 5102982 commit be9e33f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 0.4.{build}
version: 0.5.{build}
image: Visual Studio 2017

platform: x64
Expand All @@ -19,6 +19,10 @@ branches:
- master
- develop

# preserve "3rd_party" directory in the root of build folder but will reset it if 3rd_party CMakeLists.txt is modified
cache:
- 3rd_party -> **3rd_party\CMakeLists.txt

configuration: Release
shallow_clone: true
clone_depth: 5
Expand Down

0 comments on commit be9e33f

Please sign in to comment.