This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
dds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Make the _build/ dir before copying the freebsd artifact from the VM
default_compile_flags
vector-of-bool
4 years ago
parent
b9f1f264ca
commit
f5b6dd0080
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
Makefile
+ 1
- 0
Makefile
View File
@@ -64,6 +64,7 @@ vagrant-freebsd-ci:
-B download \
-T tools/freebsd-gcc-10.jsonc \
'
mkdir -p _build/
vagrant scp freebsd11:/vagrant/_build/dds _build/dds-freebsd-x64
vagrant halt
Write
Preview
Loading…
Cancel
Save