Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
chip-ahoyto
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
João Magalhães
chip-ahoyto
Commits
061086dd
Verified
Commit
061086dd
authored
2 years ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
feat: initial support for crates.io
parent
65160532
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#806
passed
2 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+11
-0
11 additions, 0 deletions
.gitlab-ci.yml
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
with
12 additions
and
0 deletions
.gitlab-ci.yml
+
11
−
0
View file @
061086dd
...
...
@@ -4,6 +4,7 @@ variables:
NETLIFY_SITE_ID
:
chip-ahoyto
NETLIFY_AUTH_TOKEN
:
$NETLIFY_AUTH_TOKEN
CLOUDFLARE_API_TOKEN
:
$CLOUDFLARE_API_TOKEN
CRATES_TOKEN
:
$CRATES_TOKEN
stages
:
-
build
...
...
@@ -87,3 +88,13 @@ deploy-cloudfare-prod:
-
build-wasm
only
:
-
tags
deploy-crate
:
stage
:
deploy
script
:
-
cargo login ${{ secrets.CRATES_TOKEN }}
-
cargo publish --no-verify
dependencies
:
-
build-rust
only
:
-
tags
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
1
−
0
View file @
061086dd
...
...
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
*
Support for control of CHIP-8 quirks in Neo engine
*
Initial support for crates.io
### Changed
...
...
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