Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
João Magalhães
chip-ahoyto
Commits
9f677544
Verified
Commit
9f677544
authored
Nov 21, 2022
by
João Magalhães
🎱
Browse files
version: 0.4.0
parent
d362ad88
Pipeline
#1761
failed
Changes
6
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9f677544
...
...
@@ -51,10 +51,22 @@ build-wasm:
-
frontends/web/lib
expire_in
:
1 day
test-rust
:
stage
:
test
parallel
:
matrix
:
-
RUST_VERSION
:
[
"
1.56.1"
,
"
1.60.0"
,
"
stable"
,
"
nightly"
]
script
:
-
rustup toolchain install $RUST_VERSION
-
rustup override set $RUST_VERSION
-
rustc --version
-
cargo test
deploy-netlify-preview
:
stage
:
deploy
script
:
-
cd frontends/web/dist
-
cp -rp ../static/* .
-
npm_config_yes=true npx --package=netlify-cli netlify deploy --dir=.
dependencies
:
-
build-wasm
...
...
@@ -65,6 +77,7 @@ deploy-netlify-prod:
stage
:
deploy
script
:
-
cd frontends/web/dist
-
cp -rp ../static/* .
-
npm_config_yes=true npx --package=netlify-cli netlify deploy --dir=. --prod
dependencies
:
-
build-wasm
...
...
@@ -75,6 +88,7 @@ deploy-cloudfare-master:
stage
:
deploy
script
:
-
cd frontends/web/dist
-
cp -rp ../static/* .
-
npm_config_yes=true npx wrangler pages publish . --project-name=chip-ahoyto --branch master
dependencies
:
-
build-wasm
...
...
@@ -85,6 +99,7 @@ deploy-cloudfare-stable:
stage
:
deploy
script
:
-
cd frontends/web/dist
-
cp -rp ../static/* .
-
npm_config_yes=true npx wrangler pages publish . --project-name=chip-ahoyto --branch stable
dependencies
:
-
build-wasm
...
...
@@ -95,6 +110,7 @@ deploy-cloudfare-prod:
stage
:
deploy
script
:
-
cd frontends/web/dist
-
cp -rp ../static/* .
-
npm_config_yes=true npx wrangler pages publish . --project-name=chip-ahoyto --branch prod
dependencies
:
-
build-wasm
...
...
CHANGELOG.md
View file @
9f677544
...
...
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
*
Support for
[
EmuKit
](
https://github.com/joamag/emukit
)
🎉
*
### Changed
...
...
@@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*
## [0.4.0] - 2022-11-21
### Added
*
Support for
[
EmuKit
](
https://github.com/joamag/emukit
)
🎉
## [0.3.6] - 2022-06-27
### Fixed
...
...
Cargo.toml
View file @
9f677544
[package]
name
=
"chip-ahoyto"
description
=
"A CHIP-8 emulator in Rust."
version
=
"0.
3.6
"
version
=
"0.
4.0
"
authors
=
[
"João Magalhães <joamag@gmail.com>"
]
license
=
"Apache-2.0"
repository
=
"https://gitlab.stage.hive.pt/joamag/chip-ahoyto"
...
...
frontends/benchmark/Cargo.toml
View file @
9f677544
[package]
name
=
"chip-ahoyto-benchmark"
version
=
"0.
3.6
"
version
=
"0.
4.0
"
authors
=
[
"João Magalhães <joamag@gmail.com>"
]
description
=
"CHIP-8 Benchmark application"
license
=
"Apache-2.0"
...
...
frontends/sdl/Cargo.toml
View file @
9f677544
[package]
name
=
"chip-ahoyto-sdl"
version
=
"0.
3.6
"
version
=
"0.
4.0
"
authors
=
[
"João Magalhães <joamag@gmail.com>"
]
description
=
"CHIP-8 Emulator SDL (Desktop) Application"
license
=
"Apache-2.0"
...
...
frontends/web/package.json
View file @
9f677544
{
"name"
:
"chip-ahoyto-web"
,
"version"
:
"0.
3.6
"
,
"version"
:
"0.
4.0
"
,
"description"
:
"The web version of CHIP-Ahoyto"
,
"repository"
:
{
"type"
:
"git"
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment