Run systeminfo to see how much RAM I get.

This commit is contained in:
Nolan Darilek 2020-03-20 08:49:08 -05:00
parent 69c1049848
commit b3fba41012

View File

@ -23,6 +23,7 @@ build windows:
stage: build stage: build
script: script:
- choco install -y llvm rust-ms - choco install -y llvm rust-ms
- systeminfo
- cargo build --release --target x86_64-pc-windows-msvc - cargo build --release --target x86_64-pc-windows-msvc
- move target windows - move target windows
artifacts: artifacts: