Skip to content

Commit 0eb26fb

Browse files
Salamandarmtwebster
authored andcommitted
Use the build script.
1 parent 9390f2a commit 0eb26fb

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.circleci/config.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: 2.0
22

33
shared: &shared
4-
54
steps:
65

76
- checkout
@@ -21,21 +20,8 @@ shared: &shared
2120
rm -rf packages
2221
2322
- 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-
echo ....
33-
echo ........................................... BUILDING: $i
34-
echo ....
35-
echo ....
36-
mint-build
37-
cd ..
38-
done
23+
name: Build all extensions
24+
command: ./build
3925

4026
- run:
4127
name: Prepare packages

0 commit comments

Comments
 (0)