Added travis build script
Egor Yusov
2 years ago
106 | 106 |
|
107 | 107 |
after_success:
|
108 | 108 |
|
109 | |
- cd ../cmk_build/install
|
|
109 |
- cd ../build/install
|
110 | 110 |
- export ZIP_NAME=DiligentCore-${TRAVIS_OS_NAME}-${GLSLANG_BUILD_TYPE}.zip;
|
111 | 111 |
- zip -r ${ZIP_NAME} .
|