mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 13:21:13 +02:00
5
cmake/ci/vagrant/freebsd/Vagrantfile
vendored
5
cmake/ci/vagrant/freebsd/Vagrantfile
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user