* Add the make package job.

This commit is contained in:
hufangzhou
2022-06-13 15:59:45 +08:00
parent 6620381bc7
commit f72341c868
+11
View File
@@ -11,3 +11,14 @@ sonarqube:
allow_failure: true
only:
- master # or the name of your main branch
packages:
script:
- make cizip
only:
- merge_request
- master
- tags
cleanup_packages:
script:
- make clean
when: on_failure