aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-09-22 21:11:55 +0200
committerLibravatar GitHub <noreply@github.com>2020-09-22 20:11:55 +0100
commitf1f7fa56e19d70770082f3d71bac1f4f875877ed (patch)
tree4f665073eec5db9890c26fa4f7a8d3a946dcb83e
parentAdd Belarusian to app locales (diff)
downloadferdium-app-f1f7fa56e19d70770082f3d71bac1f4f875877ed.tar.gz
ferdium-app-f1f7fa56e19d70770082f3d71bac1f4f875877ed.tar.zst
ferdium-app-f1f7fa56e19d70770082f3d71bac1f4f875877ed.zip
Add packaging of recipes as part of build process (#966)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
-rw-r--r--.travis.yml1
-rw-r--r--appveyor.yml1
m---------recipes0
3 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 29d31c4a8..a120aae49 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,7 @@ cache: npm
28before_install: 28before_install:
29 - git submodule update --init --recursive 29 - git submodule update --init --recursive
30install: 30install:
31 - cd recipes && npm install && npm run package && cd ..
31 - travis_retry npx lerna bootstrap 32 - travis_retry npx lerna bootstrap
32 - travis_retry npm install node-sass -g 33 - travis_retry npm install node-sass -g
33before_script: 34before_script:
diff --git a/appveyor.yml b/appveyor.yml
index d6e909f9c..6452ab38d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,6 +13,7 @@ cache:
13install: 13install:
14 - appveyor-retry git submodule update --init --recursive 14 - appveyor-retry git submodule update --init --recursive
15 - ps: Install-Product node 10 15 - ps: Install-Product node 10
16 - cd recipes && npm install && npm run package && cd ..
16 - appveyor-retry npx lerna bootstrap 17 - appveyor-retry npx lerna bootstrap
17 18
18before_build: 19before_build:
diff --git a/recipes b/recipes
Subproject 4a488a6960040fb27fd453ffd124d9e857a1bc9 Subproject 6f5e4a00588aefdda7a5a1cfe70935870e7e234