-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing - Inspector building on GH #329
- Loading branch information
Showing
2 changed files
with
25 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,7 @@ jobs: | |
-D BUILD_USE_PCH=ON ` | ||
-D BUILD_OPT_PROFILE=Production ` | ||
-D BUILD_INCLUDE_SYMLINK=ON ` | ||
-D BUILD_Inspector=ON ` | ||
-D CMAKE_BUILD_TYPE=Release ` | ||
-D 3RDPARTY_DIR=${{ github.workspace }}/3rdparty-vc14-64 ` | ||
-D INSTALL_DIR=${{ github.workspace }}/install ` | ||
|
@@ -130,6 +131,7 @@ jobs: | |
-D BUILD_USE_PCH=ON ` | ||
-D BUILD_OPT_PROFILE=Production ` | ||
-D BUILD_INCLUDE_SYMLINK=ON ` | ||
-D BUILD_Inspector=ON ` | ||
-D CMAKE_BUILD_TYPE=Release ` | ||
-D 3RDPARTY_DIR=${{ github.workspace }}/3rdparty-vc14-64 ` | ||
-D INSTALL_DIR=${{ github.workspace }}/install ` | ||
|
@@ -274,7 +276,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install dependencies | ||
run: sudo apt-get update && sudo apt-get install -y tcl-dev tk-dev cmake clang make libbtbb-dev libx11-dev libglu1-mesa-dev tcllib tcl-thread tcl libvtk9-dev libopenvr-dev libdraco-dev libfreeimage-dev libegl1-mesa-dev libgles2-mesa-dev libfreetype-dev | ||
run: sudo apt-get update && sudo apt-get install -y tcl-dev tk-dev cmake clang make libbtbb-dev libx11-dev libglu1-mesa-dev tcllib tcl-thread tcl libvtk9-dev libopenvr-dev libdraco-dev libfreeimage-dev libegl1-mesa-dev libgles2-mesa-dev libfreetype-dev qtbase5-dev qt5-qmake qtbase5-dev-tools qtdeclarative5-dev qttools5-dev qttools5-dev-tools | ||
|
||
- name: Install rapidjson | ||
run: | | ||
|
@@ -290,6 +292,7 @@ jobs: | |
-D CMAKE_CXX_COMPILER=clang++ \ | ||
-D BUILD_USE_PCH=ON \ | ||
-D BUILD_INCLUDE_SYMLINK=ON \ | ||
-D BUILD_Inspector=ON \ | ||
-D BUILD_OPT_PROFILE=Production \ | ||
-D USE_TK=OFF \ | ||
-D CMAKE_BUILD_TYPE=Release \ | ||
|
@@ -330,7 +333,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install dependencies | ||
run: sudo apt-get update && sudo apt-get install -y tcl-dev tk-dev cmake gcc g++ make libbtbb-dev libx11-dev libglu1-mesa-dev tcllib tcl-thread tcl libvtk9-dev libopenvr-dev libdraco-dev libfreeimage-dev libegl1-mesa-dev libgles2-mesa-dev libfreetype-dev | ||
run: sudo apt-get update && sudo apt-get install -y tcl-dev tk-dev cmake gcc g++ make libbtbb-dev libx11-dev libglu1-mesa-dev tcllib tcl-thread tcl libvtk9-dev libopenvr-dev libdraco-dev libfreeimage-dev libegl1-mesa-dev libgles2-mesa-dev libfreetype-dev qtbase5-dev qt5-qmake qtbase5-dev-tools qtdeclarative5-dev qttools5-dev qttools5-dev-tools | ||
|
||
- name: Install rapidjson | ||
run: | | ||
|
@@ -346,6 +349,7 @@ jobs: | |
-D CMAKE_CXX_COMPILER=g++ \ | ||
-D BUILD_USE_PCH=ON \ | ||
-D BUILD_INCLUDE_SYMLINK=ON \ | ||
-D BUILD_Inspector=ON \ | ||
-D BUILD_OPT_PROFILE=Production \ | ||
-D USE_TK=OFF \ | ||
-D CMAKE_BUILD_TYPE=Release \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters