Skip to content

Commit

Permalink
Merge branch 'modern-style-experiment' into html5-css
Browse files Browse the repository at this point in the history
  • Loading branch information
gerph committed Jun 28, 2023
2 parents 1dc2fef + f259493 commit f82d3be
Show file tree
Hide file tree
Showing 7 changed files with 652 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,15 @@ jobs:
crosscompile/setup-riscos-tests.sh
# Zip up the source to send to robuild
echo Zip up our sources
zip -q9r /tmp/source-archive.zip riscos-bits ROTest,feb .robuild.yaml
# Fetch the build client
echo Fetch the build client
curl -s -L -o riscos-build-online https://github.com/gerph/robuild-client/releases/download/v0.05/riscos-build-online && chmod +x riscos-build-online
# Send the archive file to build service (with explicit timeout)
echo Run the build
timeout 660 ./riscos-build-online -i /tmp/source-archive.zip -a off -t 600 -o /tmp/built
# If it didn't report an error, the test was successful.
Expand Down

0 comments on commit f82d3be

Please sign in to comment.