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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Albin Heimerson
Interactive model comparison
Merge requests
!3
Test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Test
test
into
main
Overview
0
Commits
5
Pipelines
0
Changes
1
Open
Test
Albin Heimerson
requested to merge
test
into
main
Aug 28, 2023
Overview
0
Commits
5
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
c21ba78b
Prev
Next
Show latest version
1 file
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c21ba78b
Update .gitlab-ci.yml file
· c21ba78b
Albin Heimerson
authored
Aug 28, 2023
.gitlab-ci.yml
+
5
−
4
View file @ c21ba78b
Edit in single-file editor
Open in Web IDE
Show full file
# 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
Loading