Skip to content

Commit

Permalink
💚 Tune CI scripts for the newest condition
Browse files Browse the repository at this point in the history
  • Loading branch information
obono committed Mar 5, 2020
1 parent bc8a8d1 commit 35b1cab
Show file tree
Hide file tree
Showing 21 changed files with 4,437 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .circleci/README.md.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Making mini games for [Arduboy](https://www.arduboy.com/).

{{#items}}
* {{{codeName}}} {{#url}}[{{{title}}}]({{{url}}}){{/url}}{{^url}}{{{title}}}{{/url}}{{#extraNote}} ({{{extraNote}}}){{/extraNote}}
* {{{description}}}
* Depend on Arduboy Library 1.1.1\
* {{{description}}}{{#dependence}}
* Depends on {{{dependence}}}{{/dependence}}\
![title](docs/img/{{{nickName}}}1.gif) ![playing](docs/img/{{{nickName}}}2.gif)
{{/items}}

Expand Down
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
command: .circleci/build.sh all
- run:
name: Update information
command: |
.circleci/jq_repo.sh > docs/repo.json
cat docs/repo.json | mustache .circleci/README.md.mustache > README.md
command: .circleci/jq_repo.sh | tee docs/repo.json | mustache .circleci/README.md.mustache > README.md
- run:
name: Push to GitHub
command: .circleci/git_push.sh
Expand Down
2 changes: 1 addition & 1 deletion .circleci/jq_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ do
repo=`echo ${repo} | jq ".items |= .+[${ITEM}]"` || exit 1
let num++
done
echo ${repo} | jq --tab
echo ${repo} | jq --tab .
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2019 OBONO
Copyright (c) 2016-2020 OBONO

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1,793 changes: 1,793 additions & 0 deletions _hexs/rysk_v0.01.hex

Large diffs are not rendered by default.

1,017 changes: 1,017 additions & 0 deletions _hexs/rysk_v0.04.hex

Large diffs are not rendered by default.

994 changes: 994 additions & 0 deletions _hexs/rysk_v0.10.hex

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions chiemagari/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"title" : "Chie Magari Ita",
"description" : "Place 10 different pieces into the frame without overlapping.",
"title": "Chie Magari Ita",
"description": "Place 10 different pieces into the frame without overlapping.",
"genre": "Puzzle",
"url" : "https://community.arduboy.com/t/chie-magari-ita-a-placing-puzzle-game/5178"
"url": "https://community.arduboy.com/t/chie-magari-ita-a-placing-puzzle-game/5178",
"dependence": "Arduboy Library 1.1.1"
}
9 changes: 5 additions & 4 deletions chribocchi/info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"title" : "Chri-Bocchi Cat",
"extraNote" : "for Game Jam 2.0",
"description" : "Move the cat and bounce gift boxes for 2 minutes.",
"title": "Chri-Bocchi Cat",
"extraNote": "for Game Jam 2.0",
"description": "Move the cat and bounce gift boxes for 2 minutes.",
"genre": "Action",
"url" : "https://community.arduboy.com/t/chri-bocchi-cat-a-simple-action-game/4571"
"url": "https://community.arduboy.com/t/chri-bocchi-cat-a-simple-action-game/4571",
"dependence": "Arduboy Library 1.1.1"
}
Loading

0 comments on commit 35b1cab

Please sign in to comment.