Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fasilkom UI Open Source Software
Kape
Commits
28a2685f
Commit
28a2685f
authored
Mar 29, 2017
by
M. Reza Qorib
Committed by
Zamil Majdy
Mar 29, 2017
Browse files
Update gitlabci
parent
633c32fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
28a2685f
...
...
@@ -11,12 +11,13 @@ test:
-
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
-
sudo apt-get install -y nodejs
-
npm install
-
npm run build-production
-
service postgresql start
-
sudo -u postgres psql -c "CREATE USER kape WITH PASSWORD 'kape' CREATEDB"
-
sudo -u postgres psql -c "CREATE DATABASE kape OWNER kape"
-
pip install -r requirements.txt
-
python manage.py migrate
#
- python manage.py test
-
python manage.py test
-
npm run karma
artifacts
:
paths
:
...
...
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