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
da6f1bd2
Commit
da6f1bd2
authored
Jun 17, 2015
by
carlosperate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CI tests for ardublocklyserver name changes.
parent
81883d2c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
.appveyor.yml
.appveyor.yml
+2
-1
.travis.yml
.travis.yml
+2
-1
circle.yml
circle.yml
+2
-1
No files found.
.appveyor.yml
View file @
da6f1bd2
...
...
@@ -50,7 +50,8 @@ build: off
# For now a simple test that we know passes
test_script
:
-
cmd
:
python ArdublocklyServer\tests\SketchCreator_test.py
-
cmd
:
python ardublocklyserver\tests\sketchcreator_test.py
-
cmd
:
python ardublocklyserver\tests\compilersettings_test.py
# Push artifact to s3 bucket and list all
before_deploy
:
...
...
.travis.yml
View file @
da6f1bd2
...
...
@@ -50,7 +50,8 @@ install:
# For now only running a known passing test, the others need to be updated
script
:
-
python ArdublocklyServer/tests/SketchCreator_test.py
-
python ardublocklyserver/tests/sketchcreator_test.py
-
python ardublocklyserver/tests/compilersettings_test.py
# Deploy the build version in an S3 bucket
deploy
:
...
...
circle.yml
View file @
da6f1bd2
...
...
@@ -58,7 +58,8 @@ dependencies:
# Customize test commands
test
:
override
:
-
python ArdublocklyServer/tests/SketchCreator_test.py
-
python ardublocklyserver/tests/sketchcreator_test.py
-
python ardublocklyserver/tests/compilersettings_test.py
# Customize deployment commands
deployment
:
...
...
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