1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 13:21:13 +02:00

Add install doc (Fix #238) (#239)

This commit is contained in:
Mizux
2022-04-27 17:08:04 +02:00
committed by GitHub
parent b04a9daf71
commit 0bf4ea0529
3 changed files with 36 additions and 15 deletions

View File

@ -99,4 +99,9 @@ Vagrant.configure("2") do |config|
cd project
cmake --build build --target test -v
SHELL
config.vm.provision "test", type: "shell", inline:<<-SHELL
set -x
cd project
cmake --build build --target install -v
SHELL
end