Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ardublockly
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ardublockly
Commits
59a4d177
Commit
59a4d177
authored
Feb 25, 2016
by
carlosperate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding blockly build to CI services
parent
795bc1c5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
+8
-9
.appveyor.yml
.appveyor.yml
+3
-4
.travis.yml
.travis.yml
+3
-4
circle.yml
circle.yml
+2
-1
No files found.
.appveyor.yml
View file @
59a4d177
...
...
@@ -38,12 +38,11 @@ install:
-
cmd
:
pip install mkdocs
# Build Ardublockly
-
cmd
:
cd blockly && python build.py && cd ..\
-
cmd
:
python package\build_docs.py
-
cmd
:
python package\build_py2exe.py
-
cmd
:
cd package\electron
-
cmd
:
npm install
-
cmd
:
npm run release
-
cmd
:
cd ..\..\
-
cmd
:
cd package\electron && npm install && cd ..\..\
-
cmd
:
cd package\electron && npm run release && cd ..\..\
-
cmd
:
python package\pack_ardublockly.py
-
cmd
:
dir
...
...
.travis.yml
View file @
59a4d177
...
...
@@ -32,12 +32,11 @@ before_install:
# Build and Pack ardublockly
install
:
-
cd blockly && python build.py && cd ../
-
python package/build_docs.py
-
python package/build_pyinstaller.py mac
-
cd package/electron
-
npm install
-
npm run release
-
cd ../../
-
cd package/electron && npm install && cd ../../
-
cd package/electron && npm run release && cd ../../
-
python package/pack_ardublockly.py
-
du -sk releases/
...
...
circle.yml
View file @
59a4d177
...
...
@@ -46,7 +46,8 @@ dependencies:
-
sudo pip install awscli
override
:
# Build and pack
# Build and pack, each command executed from project root
-
cd blockly && python build.py
-
python package/build_docs.py
-
python package/build_pyinstaller.py linux
-
cd package/electron && npm install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment