diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-09 08:50:34 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-09 09:21:31 +0300 |
commit | 8706fa3939a82975f6e627900f52680de2ddbb49 (patch) | |
tree | 8741b1f2af1df0403ce66a842074866f06a613d8 /appveyor.yml | |
parent | update cmake-common (diff) | |
download | math-server-8706fa3939a82975f6e627900f52680de2ddbb49.tar.gz math-server-8706fa3939a82975f6e627900f52680de2ddbb49.zip |
use CMake's install() for predictable paths
This will allow to merge the scripts for the two CIs in the future,
hopefully.
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index f3701fe..5834b8c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,9 +18,6 @@ install: build_script: - ps: .\.appveyor\build.ps1 -test_script: - - ps: .\.appveyor\test.ps1 - for: - matrix: only: |