changed cmake visual arch targets

This commit is contained in:
Yann Collet 2019-07-10 15:50:15 -07:00
parent cdf90d3613
commit 69d0d51585

View File

@ -10,12 +10,14 @@ max_jobs: 2
clone_depth: 2
environment:
matrix:
- COMPILER: "visual"
ARCH: "Win32"
- COMPILER: "visual"
ARCH: "x64"
- COMPILER: "visual"
ARCH: "x86"
- COMPILER: "visual"
ARCH: "ARM"
- COMPILER: "visual"
ARCH: "ARM64"
- COMPILER: "gcc"
PLATFORM: "mingw64"
- COMPILER: "gcc"
@ -62,7 +64,10 @@ build_script:
cd cmake_unofficial &&
cmake . -DCMAKE_BUILD_TYPE=Release -A %ARCH% &&
cmake --build . --config Release &&
COPY Release\xxhsum.exe .
DIR &&
ls &&
ls Release &&
COPY Release\xxhsum.exe . &&
COPY Release\xxhsum.exe ..
)