diff --git a/jenkins/create_build.sh b/jenkins/create_build.sh index 90ac2ea..5a08647 100755 --- a/jenkins/create_build.sh +++ b/jenkins/create_build.sh @@ -122,5 +122,5 @@ function deploy_client() { #install_npm #compile_scripts #compile_native -package_client +#package_client deploy_client diff --git a/native/CMakeLists.txt b/native/CMakeLists.txt index 73d17e0..d3dfe26 100644 --- a/native/CMakeLists.txt +++ b/native/CMakeLists.txt @@ -22,7 +22,7 @@ message("Module path: ${CMAKE_MODULE_PATH}") function(setup_nodejs) set(NodeJS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/cmake/") set(NODEJS_URL "https://atom.io/download/atom-shell") - set(NODEJS_VERSION "v8.0.0") + set(NODEJS_VERSION "v11.0.3") #set(NODEJS_URL "https://nodejs.org/download/release/") #set(NODEJS_VERSION "v12.13.0") diff --git a/native/serverconnection/src/bindings.cpp b/native/serverconnection/src/bindings.cpp index 96a78ed..b17217a 100644 --- a/native/serverconnection/src/bindings.cpp +++ b/native/serverconnection/src/bindings.cpp @@ -30,7 +30,7 @@ extern "C" { #include #include -}; +} using namespace std; using namespace tc;