Philipp Hörist pushed to branch master at gajim / gajim


Commits:
a8768561 by Philipp Hörist at 2024-09-14T17:36:03+02:00
ci: Fix make command

- - - - -


2 changed files:

- .gitlab-ci.yml
- debian/rules


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -16,7 +16,7 @@ test-other:
   image: gajim-test
   stage: test
   script:
-    - ./make.py
+    - ./make.py build
     - pyproject-build
     - appstream-util validate dist/metadata/org.gajim.Gajim.metainfo.xml
   interruptible: true
@@ -90,7 +90,7 @@ build-unix:
     - if: '$NIGHTLY_BUILD'
     - if: '$CI_COMMIT_TAG'
   script:
-    - ./make.py
+    - ./make.py build
     - pyproject-build
 
   artifacts:


=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@
        dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_build:
-       ./make.py
+       ./make.py build
        dh_auto_build
 
 override_dh_auto_test:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/a8768561773eb6d32106ea4d95c812e3faedfb81

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/a8768561773eb6d32106ea4d95c812e3faedfb81
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to