Skip to content
Snippets Groups Projects
Commit 9c2e8afe authored by Agsha Athalla Nurkareem's avatar Agsha Athalla Nurkareem
Browse files

Merge branch 'main' of gitlab.informatika.org:eunicesarah/fitu

parents 42b15bfa 57b8790e
Branches
Tags
No related merge requests found
Pipeline #56470 failed with stage
...@@ -2,27 +2,12 @@ image: python:3.10 ...@@ -2,27 +2,12 @@ image: python:3.10
before_script: before_script:
- python --version # For debugging - python --version # For debugging
- pip install isort pylint pytest pyqt6 db-sqlite3 requests - pip install pytest pyqt6 db-sqlite3
stages: stages:
- Static Analysis
- Test - Test
- Deploy
pylint:
stage: Static Analysis
script:
- pylint --ignore=test -d C0301 -d R0801 -d C0209 -d R0902 -d W0108 -d C0303 -d R1705 ./src
pytest: pytest:
stage: Test stage: Test
script: script:
- python -m pytest - python -m pytest
\ No newline at end of file
MSDeploy:
stage: Deploy
script:
- echo "test ms depoly"
- pyinstaller --add-data "img/*;img/" "src/controller.py"
tags:
- rpl
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment