diff --git a/buildspec.yml b/buildspec.yml deleted file mode 100644 index 13a74006ce..0000000000 --- a/buildspec.yml +++ /dev/null @@ -1,36 +0,0 @@ -version: 0.2 - -env: - variables: - KALTURA_BRANCH: master - AUTOTEST_CONFIG: "autotest/codebuild.conf" - EQ_EXIFTOOL_PATH: "/usr/bin/exiftool" - OLD_TEST_NEWUI: true -phases: - pre_build: - commands: - - env | sort | grep -vi -e key -e secret -e password - - setupBuild - - . $NVM_DIR/nvm.sh && set +a && nvm install # version from nvmrc - - npm config set unsafe-perm true - install: - commands: - - service postgresql start - build: - commands: - - (npm ci && cd react-front-end && npm ci) - - (cd Source/Plugins/Kaltura/com.tle.web.wizard.controls.kaltura/js && npm ci && npm run build) - - (npm run check:ts && npm run check:ts-types-source && npm run check:license) - - (cd react-front-end && npm test) - - (cd Source/Plugins/Core/com.equella.core/test/javascript && npm cit) - - ./sbt -no-colors -Dconfig.file=${HOME}/build.conf test installerZip writeLanguagePack writeScriptingJavadoc - - ./sbt -no-colors "project autotest" installEquella startEquella configureInstall setupForTests Tests/test Tests/Serial/test OldTests/test coverageReport - - (cd import-export-tool && ./gradlew build) - post_build: - commands: - - publishBuildResults -cache: - paths: - - "/root/.ivy2/**/*" - - "/root/.npm/**/*" - - "/root/.sbt/**/*"