Skip to content

Commit

Permalink
Try building specific targets to save time.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulthomson committed Nov 14, 2018
1 parent 4f39efb commit 0f47bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2-build-appveyor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
fi

gn gen "out/${Configuration}" "--args=is_debug=${IS_DEBUG} target_cpu=\"x64\" is_clang=false"
ninja -C "out/${Configuration}"
ninja -C "out/${Configuration}" libEGL libEGL_static libGLESv2 libGLESv2_static libGLESv1_CM libGLESv1_CM_static shader_translator

mkdir -p "${INSTALL_DIR}/bin"
mkdir -p "${INSTALL_DIR}/lib"
Expand Down
2 changes: 1 addition & 1 deletion 2-build-travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
fi

gn gen "out/${Configuration}" "--args=is_debug=${IS_DEBUG} target_cpu=\"x64\""
ninja -C "out/${Configuration}"
ninja -C "out/${Configuration}" libEGL libEGL_static libGLESv2 libGLESv2_static libGLESv1_CM libGLESv1_CM_static shader_translator

mkdir -p "${INSTALL_DIR}/bin"
mkdir -p "${INSTALL_DIR}/lib"
Expand Down

0 comments on commit 0f47bfa

Please sign in to comment.