Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
khaganat-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
deed
khaganat-web
Commits
3985a457
Commit
3985a457
authored
Jul 31, 2019
by
deed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
2eb32ac8
Pipeline
#697
failed with stage
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
10 deletions
+21
-10
.gitlab-ci.yml
.gitlab-ci.yml
+21
-10
No files found.
.gitlab-ci.yml
View file @
3985a457
...
...
@@ -8,21 +8,32 @@ Linux client build:
#image: "debian:10"
image
:
"
python:3"
#variables:
#PIPENV_VENV_IN_PROJECT: 1
script
:
#- apt-get update
#- apt-get -y upgrade
#- apt-get install -y -qq python3 python3-dev python3-pip git
-
apt-get install -y -qq nodejs npm
#- apt-get install -y -qq nodejs npm
-
git clone https://git.khaganat.net/deed/khaganat-web.git
-
cd khaganat-web
-
python3 install django
-
python3 install django-bulma
-
python3 install nodejs
-
python3 install npm
-
python3 install run ./manage.py bulma install
-
python3 install run ./manage.py bulma build
#- pip3 install pipenv
#- git clone https://git.khaganat.net/deed/khaganat-web.git
-
cd build/khaganat-web
-
pip3 install pipenv
-
pipenv --three update
-
pipenv install django
-
pipenv install django-bulma
-
echo "KHAGANAT_SECRET_KEY= build" > .env
-
pipenv run ./manage.py bulma install
-
pipenv run ./manage.py bulma build
#- pipenv --three update
#- pipenv install django
#- pipenv install django-bulma
#- echo "KHAGANAT_SECRET_KEY= build" > .env
#- pipenv run ./manage.py bulma install
#- pipenv run ./manage.py bulma build
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