Wez Furlong
8485e5db0c
docs: maybe do a better job at caching mdbook
2019-12-30 15:12:51 -08:00
Wez Furlong
e364191058
docs: Ensure that we fetch release info on each build
2019-12-29 22:37:06 -08:00
Wez Furlong
eb3588726c
cache the mdbook binary itself
2019-12-29 22:35:13 -08:00
Wez Furlong
fdf4c4ca3f
fix pages.yml syntax
2019-12-29 22:26:47 -08:00
Wez Furlong
dec2653373
Rebuild and deploy the docs hourly
2019-12-29 22:22:14 -08:00
Wez Furlong
8f5802bf7e
Add workflow to build GH pages on pushes to master
2019-12-29 21:55:40 -08:00
Wez Furlong
e7aa2f3806
fix typo for source upload
2019-12-29 19:34:20 -08:00
Wez Furlong
847214c0a8
Yet another different way to upload release assets
2019-12-29 19:00:46 -08:00
Wez Furlong
437ace7ef7
try a different strategy for building on release
2019-12-29 18:47:23 -08:00
Wez Furlong
23766f6825
remove release creation from tag_posix.yml
...
This isn't smart enough to avoid making a new release when
one with the same name already exists
2019-12-29 18:37:06 -08:00
Wez Furlong
9762b247e6
Explicitly set the tag for the release
2019-12-29 18:27:12 -08:00
Wez Furlong
92f5c14373
More CI grunt work
...
Hook up fedora rpms to the "nightly" nee hourly builds.
Maybe make it so that tags build a release.
Nerf more of the old azure pipelines config
2019-12-29 17:45:00 -08:00
Wez Furlong
9596dfd97f
Add CI for Fedora
2019-12-29 16:41:28 -08:00
Wez Furlong
b75d6ae62b
Schedule rather than "Schedule"
on windows
2019-12-29 16:39:51 -08:00
Wez Furlong
033ce1f565
Take a stab at migrating release upload from azure to GHA
2019-12-29 13:36:22 -08:00
Wez Furlong
a251c3722b
Enable GH actions build caching
...
We need to build in release mode so targets are cacheable.
GH has a limit of 400MB per cache blob and we're at 750MB with
the debug build. Slim it down a bit.
The cache wants to hash the Cargo.lock file so I've removed that
from the ignore file and added it to the repo. This might cause
an error for users checking out the repo after this change is
pushed; removing the local Cargo.lock should resolve that.
2019-12-29 13:09:18 -08:00
Wez Furlong
d9a9d75a83
Update issue templates
2019-12-27 20:52:10 -08:00
Wez Furlong
8adf7fbbbe
Update issue templates
2019-12-27 20:35:09 -08:00
Wez Furlong
3d7dbe9e76
fixup windows packaging CI
...
make this match the non-packaging CI config and ensure that it updates
the version of rust that is installed.
2019-11-21 18:58:59 -08:00
Wez Furlong
6461dc15f0
ci: nightly rust isn't installable and is broken
...
I can't install it locally either, so let's just turn it
off in the CI
2019-11-22 01:20:02 +00:00
Wez Furlong
3eb1ebf915
GH actions: source cargo env prior to running rustup
2019-11-08 23:07:13 -08:00
Wez Furlong
63c558e281
GH actions -> macos-latest
2019-11-08 22:31:59 -08:00
Wez Furlong
5514a69fa3
tweak GH actions config
...
update to latest macos release (GH actions are removing 10.14).
Explicitly update the toolchain; some instances are still on 1.38
but the current version is 1.39.
2019-11-08 22:17:15 -08:00
Wez Furlong
61b27c8089
teach build.rs to init submodules if needed
...
Forgetting to update the submodules is a commonly reported build
issue with an obscure error message:
```
CMake Error: The source directory "/home/USER/wezterm/target/debug/build/freetype-430fe24cb64c561c/out/zlib-src/zlib" does not appear to contain CMakeLists.txt.
```
this teaches the build.rs machinery to run the submodule update
if it looks like it is needed.
2019-10-29 08:42:38 -07:00
Wez Furlong
1196f2bbf7
GH actions: fix os for package_posix.yml
2019-10-25 06:33:45 -07:00
Wez Furlong
4392d0abbf
GH actions: run packaging concurrently with regular tests
2019-10-25 06:18:34 -07:00
Wez Furlong
28a927f0b4
GH actions: add xz tarball to linux artifact download
2019-10-24 23:55:25 -07:00
Wez Furlong
37260cf8a4
GH actions: adjust cron schedule
2019-10-24 23:49:32 -07:00
Wez Furlong
f31cf8e9b2
Add windows GH action ( #51 )
2019-10-24 23:36:46 -07:00
Wez Furlong
89514eb33b
Add GH actions for posix builds ( #50 )
2019-10-24 22:46:05 -07:00