Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
999bdcb2
Commit
999bdcb2
authored
Sep 13, 2017
by
Wietse Kuipers
Browse files
Switch to buddybuild
parent
ce864029
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
999bdcb2
image
:
wkuipers/docker-react-native-yarn:latest
image
:
node:6
variables
:
GRADLE_USER_HOME
:
$CI_PROJECT_DIR/.gradle
...
...
@@ -14,15 +14,8 @@ before_script:
stages
:
-
lint
-
build
eslint
:
stage
:
lint
script
:
-
yarn run eslint *.js app
build_android
:
stage
:
build
script
:
-
cd android
-
./gradlew build
-
yarn ci-lint
README.md
View file @
999bdcb2
[

](https://gitlab.science.ru.nl/thalia/ThaliApp-react/commits/master)
[

](https://gitlab.science.ru.nl/thalia/ThaliApp-react/commits/master)
[

](https://dashboard.buddybuild.com/apps/59b91aadba233f000121b9d3/build/latest?branch=master)
# ThaliApp
The new and improved ThaliApp
...
...
package.json
View file @
999bdcb2
...
...
@@ -4,8 +4,8 @@
"private"
:
true
,
"scripts"
:
{
"start"
:
"node node_modules/react-native/local-cli/cli.js start"
,
"
tes
t"
:
"
j
es
t
"
,
"lint"
:
"eslint *.js app
--fix
"
"
lin
t"
:
"es
lint *.js app --fix
"
,
"
ci-
lint"
:
"eslint *.js app"
},
"jest"
:
{
"preset"
:
"react-native"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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