Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Interactive model comparison
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Albin Heimerson
Interactive model comparison
Commits
c21ba78b
Commit
c21ba78b
authored
1 year ago
by
Albin Heimerson
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
accdfcdc
No related branches found
No related tags found
1 merge request
!3
Test
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-4
5 additions, 4 deletions
.gitlab-ci.yml
with
5 additions
and
4 deletions
.gitlab-ci.yml
+
5
−
4
View file @
c21ba78b
# The Docker image that will be used to build your app
image
:
rust
image
:
alpine
# Functions that should be executed before the build script is run
before_script
:
-
wget -qO-
https://github.com/thedodd/trunk/releases/latest/download/trunk-x86_64-unknown-linux-gnu.tar.gz
| tar -xzf-
-
wget -qO-
https://github.com/thedodd/trunk/releases/latest/download/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-
rustup target add wasm32-unknown-unknown
pages
:
script
:
-
./trunk build --release --public-url "$CI_PAGES_URL"
-
mv dist public
artifacts
:
paths
:
# The folder that contains the files to be exposed at the Page URL
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment