jeremy@jermolene.com
1f14969ab8
Merge branch 'tiddlywiki-com'
2022-04-01 21:06:42 +01:00
jeremy@jermolene.com
0b6a345208
Revert "CI: Only commit if there are changes"
...
This reverts commit e4b2698380
.
2022-04-01 21:01:33 +01:00
jeremy@jermolene.com
051b29c5b3
Merge branch 'tiddlywiki-com'
2022-04-01 11:10:03 +01:00
jeremy@jermolene.com
e4b2698380
CI: Only commit if there are changes
...
Suggested by https://github.community/t/ignore-working-tree-clean/193304
We also get rid of `set -e` to simplify things
2022-04-01 11:04:18 +01:00
jeremy@jermolene.com
6e89ecd13a
Revert "CI: Temporarily enable output for git push commands"
...
This reverts commit 55eb37222a
.
2022-04-01 11:01:47 +01:00
jeremy@jermolene.com
55eb37222a
CI: Temporarily enable output for git push commands
...
The call to ./bin/ci-push.sh is failing for both master and tiddlywiki-com:
https://github.com/Jermolene/TiddlyWiki5/actions/runs/2071743915
2022-04-01 10:37:06 +01:00
jeremy@jermolene.com
9922701304
Prepare for v5.2.3-prerelease
2022-03-25 15:05:03 +00:00
jeremy@jermolene.com
8301fb8699
Merge branch 'tiddlywiki-com'
2022-03-22 21:59:12 +00:00
jeremy@jermolene.com
bc81195b5a
tw.org just one more CI fix
2022-03-20 17:31:07 +00:00
jeremy@jermolene.com
97901d756e
tw.org more fixes
2022-03-20 17:01:05 +00:00
jeremy@jermolene.com
ecde2606ad
tw.org more CI fixes
2022-03-20 15:56:02 +00:00
jeremy@jermolene.com
a8331f8909
Triggering a build for testing purposes
2022-03-20 14:00:31 +00:00
jeremy@jermolene.com
7cc100b82d
Introduce a tiddlywiki.org edition
...
Using its own build script so that we can push it to https://github.com/TiddlyWiki/tiddlywiki.org-gh-pages
2022-03-20 13:36:08 +00:00
jeremy@jermolene.com
d33e0a05e2
Preparing for v5.2.2-prerelease
2021-12-08 12:22:51 +00:00
jeremy@jermolene.com
cb833b3f65
build-site.sh: Update version number
2021-12-08 12:21:16 +00:00
jeremy@jermolene.com
dbfd45814d
Search and replace "v5.1.24" to "v5.2.0"
...
As discussed in #5708
2021-07-14 09:21:37 +01:00
jeremy@jermolene.com
caec6bc3fe
Update SVG optimiser script
2021-04-16 09:20:39 +01:00
jeremy@jermolene.com
8980927b54
Build empty.html with the main edition
...
So that we get the OfficialPluginLibrary tiddler added in c69a3e827
included in the empty prerelease
2021-03-09 09:23:46 +00:00
jeremy@jermolene.com
1e1b52088f
Preparing for v5.1.24 as new prerelease
...
The new release banner is a placeholder; we'll run the competition once the release has taken shape a little.
2020-12-29 12:06:30 +00:00
Robin Munn
0ce1843070
Simplify ci-push.sh: end script on any error ( #4886 )
...
Use the bash -e option to exit on any error, so || exit 1 is not needed.
As a bonus, this lets us get the actual return code from any failures.
2020-10-26 16:58:21 +00:00
ento
ef29d05ea4
Finish migration to GitHub Actions ( #4836 )
...
* Fix 'if' condition syntax in Actions workflow
Strings in expressions need to be in single quotes:
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#literals
* Delete .travis.yml
We moved to GitHub Actions
* Inline git-related environment variables
* Inline the build number variable
* Rename TRAVIS_BRANCH to TW5_BUILD_BRANCH
Since we don't use Travis anymore
* Update developer documentation regardgin which CI service is used
* Document the decision about setting env vars in the workflow file
2020-08-29 11:58:34 +01:00
ento
a206dccf0a
Add GitHub Actions workflow ( #4793 )
...
* Parameterize strings that mention Travis
This is so that the script can be shared with
GitHub Actions while we make the transition.
* Add GitHub Actions workflow
More or less a direct translation of .travis.yml
* Rename scripts that mention travis
* Fix typo
2020-08-28 17:31:57 +01:00
jeremy@jermolene.com
7e1f5b8471
Add script for updating language plugins from translators edition
2020-06-16 14:57:58 +01:00
Jeremy Ruston
00686fc002
Preparing for v5.1.23-prerelease
2020-04-15 16:23:19 +01:00
Jeremy Ruston
aaae1d1bbb
Include share.html in the main build
2020-02-04 14:07:28 +00:00
Jeremy Ruston
d785a605e4
Add script to optimise SVGs
...
Fixes #4379 . Optimised SVGs in the next commit
2019-11-22 12:21:03 +00:00
Jeremy Ruston
f460b2caa1
Include empty.html in the quick build
2019-09-24 13:23:21 +01:00
Jeremy Ruston
1631f21a6b
Preparation for v5.1.22-prerelease
2019-09-10 17:20:36 +01:00
Jeremy Ruston
a986e4f7d6
Prepare for v5.1.21-prerelease
2019-08-09 15:38:36 +01:00
Jeremy Ruston
9244a2f4fd
Bring over remaining scripts from build.jermolene.github.io
2019-08-09 10:30:26 +01:00
Jeremy Ruston
f42351e235
Add new readme build script, and update the readme build
2019-07-02 16:53:23 +01:00
Jeremy Ruston
e09ac2ab37
CI: Fix commit field in $:/build
2019-06-23 20:11:55 +01:00
Jeremy Ruston
b580baf5ee
Add a "commit" field to the $:/build tiddler
2019-06-21 15:21:10 +01:00
Jermolene
44816ea0da
Fix URL for innerwiki demo
2019-01-27 11:07:51 +00:00
Jermolene
ca7b62a5f6
Introduce "innerwiki" plugin
...
From the readme:
This plugin enables TiddlyWiki to embed a modified copy of itself (an "innerwiki"). The primary motivation is to be able to produce screenshot illustrations that are automatically up-to-date with the appearance of TiddlyWiki as it changes over time, or to produce the same screenshot in different languages
2019-01-27 10:57:56 +00:00
Jermolene
af9f90e8cd
Merge branch 'master' into tiddlywiki-com
2019-01-08 15:23:13 +00:00
Jermolene
b899563971
CI: Fix repo for rebuilding tiddlywiki-com
2019-01-08 14:58:59 +00:00
Jermolene
fa638b8b5b
CI: Enable continuous integration
...
Going live!
2019-01-08 14:02:46 +00:00
Jermolene
4d5a79acb8
CI: Add branch to travis commit messages
2019-01-08 13:46:18 +00:00
Jermolene
fcfdb0632b
CI: Trigger build of "tiddlywiki-com" branch
2019-01-08 13:27:08 +00:00
Jermolene
2b8efdc3ea
CI: Fix building of test.html
2019-01-08 11:00:14 +00:00
Jermolene
824930682a
CI: Fix plugin library version and build test.html
2019-01-08 10:34:50 +00:00
Jermolene
d8104e2c41
CI: Add timezone to datestamps
2019-01-08 10:01:23 +00:00
Jermolene
06f1f1a532
CI: Make sure we can see commit error messages
2019-01-07 21:44:07 +00:00
Jermolene
2c5b1c4a8c
CI: Remove extraneous log information
2019-01-07 21:31:43 +00:00
Jermolene
5d20a54713
CI: Figure out why master is building with the wrong version number
2019-01-07 21:27:05 +00:00
Jermolene
14623d33d2
CI: Fixes
...
Things are starting to work now...
* Now we extract the version number from package.json to use in making the plugin library
* We start building the whole site (eek, going to be slow)
2019-01-07 20:07:32 +00:00
Jermolene
37b335a136
CI: Try to quieten the commits
2019-01-07 18:48:40 +00:00
Jermolene
d5a25c9a96
CI: Start building properly
2019-01-07 18:40:22 +00:00
Jermolene
6c48c24332
CI: Include the date in the build details
2019-01-07 17:32:46 +00:00