Commit f68d46e2 authored by Mark Harding's avatar Mark Harding

(feat): reintroduce test and build steps

No related merge requests found
Pipeline #73917602 failed with stages
in 18 minutes and 46 seconds
......@@ -23,7 +23,7 @@ test:
stage: test
script:
- npm install # Should be cached...
#- npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
- npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
cache:
key: $CI_BUILD_REF_SLUG
paths:
......@@ -55,8 +55,7 @@ build:production:en:
- npm install -g gulp-cli
- npm rebuild node-sass
- gulp build.sass --deploy-url=https://cdn-assets.minds.com/front/dist/en && gulp build.sass --deploy-url=https://cdn-assets.minds.com/front/dist/en ##weird build needs to be run twice for now
- mkdir dist && mkdir dist/en && touch dist/en/index.php
#- sh build/base-locale.sh dist https://cdn-assets.minds.com/front/dist
- sh build/base-locale.sh dist https://cdn-assets.minds.com/front/dist
artifacts:
name: "$CI_COMMIT_REF_SLUG"
paths:
......@@ -73,8 +72,7 @@ build:production:i18n:
- npm run postinstall
- npm install -g gulp-cli
- gulp build.sass --deploy-url=https://cdn-assets.minds.com/front/dist/en && gulp build.sass --deploy-url=https://cdn-assets.minds.com/front/dist/en ##weird build needs to be run twice for now
- mkdir dist && mkdir dist/vi && touch dist/vi/index.php
#- sh build/i18n-locales-all.sh dist https://cdn-assets.minds.com/front/dist
- sh build/i18n-locales-all.sh dist https://cdn-assets.minds.com/front/dist
artifacts:
name: "$CI_COMMIT_REF_SLUG"
paths:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment