We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build
1 parent 9390f2a commit 0eb26fbCopy full SHA for 0eb26fb
.circleci/config.yml
@@ -1,7 +1,6 @@
1
version: 2.0
2
3
shared: &shared
4
-
5
steps:
6
7
- checkout
@@ -21,21 +20,8 @@ shared: &shared
21
20
rm -rf packages
22
23
- run:
24
- name: Build project
25
- command: |
26
- for i in `find ./ -maxdepth 1 -mindepth 1 -type d`; do
27
- if [ $i = "./.git" ]; then
28
- continue
29
- fi
30
- cd $i
31
- echo ....
32
33
- echo ........................................... BUILDING: $i
34
35
36
- mint-build
37
- cd ..
38
- done
+ name: Build all extensions
+ command: ./build
39
40
41
name: Prepare packages
0 commit comments