mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-11-23 22:49:39 +00:00
changed cmake visual arch targets
This commit is contained in:
parent
cdf90d3613
commit
69d0d51585
11
appveyor.yml
11
appveyor.yml
@ -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 ..
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user