Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2706844
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35dee5a..b75b5a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,49 +1,49 @@
stages: [build, release]
image: 'themackabu/rust:zigbuild-1.75.0'
before_script:
- mkdir binary
- apt-get update -yqq
- apt-get install -yqq zip clang llvm
- export CC="/usr/bin/clang"
- export CXX="/usr/bin/clang++"
build_linux_amd64:
stage: build
tags: [fedora]
- only: [/^v\d+\.\d+\.\d+.*$/]
+ only: [/\d+\.\d+\.\d+.*$/]
script:
- cargo zigbuild -r -vv --color always
- zip binary/pmc_$CI_COMMIT_TAG_linux_amd64.zip target/release/pmc
artifacts:
paths: [binary/]
build_linux_aarch64:
stage: build
tags: [fedora]
- only: [/^v\d+\.\d+\.\d+.*$/]
+ only: [/\d+\.\d+\.\d+.*$/]
script:
- cargo zigbuild -r -vv --target aarch64-unknown-linux-gnu --color always
- zip binary/pmc_$CI_COMMIT_TAG_linux_aarch64.zip target/aarch64-unknown-linux-gnu/release/pmc
artifacts:
paths: [binary/]
build_darwin_amd64:
stage: build
tags: [fedora]
- only: [/^v\d+\.\d+\.\d+.*$/]
+ only: [/\d+\.\d+\.\d+.*$/]
script:
- cargo zigbuild -r -vv --target x86_64-apple-darwin --color always
- zip binary/pmc_$CI_COMMIT_TAG_darwin_amd64.zip target/x86_64-apple-darwin/release/pmc
artifacts:
paths: [binary/]
build_darwin_aarch64:
stage: build
tags: [fedora]
- only: [/^v\d+\.\d+\.\d+.*$/]
+ only: [/\d+\.\d+\.\d+.*$/]
script:
- cargo zigbuild -r -vv --target aarch64-apple-darwin --color always
- zip binary/pmc_$CI_COMMIT_TAG_darwin_arm.zip target/aarch64-apple-darwin/release/pmc
artifacts:
paths: [binary/]
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Feb 1, 12:23 PM (13 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
494724
Default Alt Text
(1 KB)
Attached To
Mode
rPMC Process Management Controller
Attached
Detach File
Event Timeline
Log In to Comment