Added builder images for linux and process to perform release
This commit is contained in:
parent
0d4a81cfe5
commit
087d809be0
6 changed files with 106 additions and 3 deletions
10
scripts/build_release_windows.sh
Normal file
10
scripts/build_release_windows.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
make install_python_reqs
|
||||
|
||||
make clean_cmake
|
||||
|
||||
make vs_cmake
|
||||
|
||||
make vs_run_tests
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue