aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-22 16:49:26 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-22 16:49:26 +0200
commit3ca58c233f09ddadb47f2040733c9be6c6951a46 (patch)
tree704a82ac5faaf48d1c7048ada6c789a7bfc19d73
parentb158b113f5b780cbe8d8f974345bf4462e318c69 (diff)
downloadaoc2023.nes-3ca58c233f09ddadb47f2040733c9be6c6951a46.tar.gz
aoc2023.nes-3ca58c233f09ddadb47f2040733c9be6c6951a46.zip
Update links to git.mssola.com
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
-rw-r--r--README.md2
-rw-r--r--assets/session.nss2
-rw-r--r--test/run.sh8
3 files changed, 2 insertions, 10 deletions
diff --git a/README.md b/README.md
index 47e22cf..1146c49 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ day (included). Each day is written into its own file inside of `src`. In order
to clone it bear in mind that the `vendor` directory has git submodules. Hence:
``` sh
-git clone --recurse-submodule https://github.com/mssola/aoc2023.nes.git
+git clone --recurse-submodule https://git.mssola.com/nes/aoc2023.nes
```
Build everything by just calling `make` and you will get a `.nes` file per day
diff --git a/assets/session.nss b/assets/session.nss
index 42f6b13..aa03351 100644
--- a/assets/session.nss
+++ b/assets/session.nss
@@ -179,7 +179,7 @@ MetaSpriteBankName=session
FilterCHR=1
FilterName=1
-FileNameCHR=C:\users\mssola\Desktop\src\github.com\mssola\aoc2023.nes\assets\alphanum.chr
+FileNameCHR=C:\users\mssola\Desktop\src\git.mssola.com\public\nes\aoc2023.nes\assets\alphanum.chr
FileNameName=
FileNamePal=
FileNameMetaSpriteBank=
diff --git a/test/run.sh b/test/run.sh
index 527262d..8b3e5e6 100644
--- a/test/run.sh
+++ b/test/run.sh
@@ -10,14 +10,6 @@ rm -f "$ROOT/out/test-results.txt"
make clean
sed -i 's/RUN_TESTS = 0/RUN_TESTS = 1/g' $ROOT/test/defines.s
-# Github Actions do not allow GUI programs to be run. This means that the code
-# below will always fail (fceux won't be able to run). There is a way to emulate
-# an X server with tools like xvfb-run or xvncserver, but so far I've had no
-# luck on this front.
-if [ -n "${GITHUB_ACTION}" ]; then
- exit 0
-fi
-
# Run all the tests that we have on Lua.
for name in $(seq 4); do
DEBUG=1 make out/$name.nes