Myk Taylor
be98d4934e
add gl headers for allegro
2023-07-23 11:06:48 -07:00
Myk Taylor
4411361b93
Revert "don't build stonesense for now"
...
This reverts commit 0f14be32de
.
2023-07-23 11:00:44 -07:00
Myk Taylor
b8e5dd18fb
add linux build artifact
2023-07-23 03:19:28 -07:00
Myk Taylor
0f14be32de
don't build stonesense for now
2023-07-23 01:24:17 -07:00
Myk Taylor
8ec860461a
deploy linux build to steam
2023-07-22 22:54:21 -07:00
Myk Taylor
ab50b140d2
remove args no longer used in v3
2023-07-17 17:36:11 -07:00
Myk Taylor
7ee3c6d0a5
update steam-deploy to v3
2023-07-17 13:46:54 -07:00
Myk Taylor
92ac010dcd
revert the cache key name for matrix builds
...
we're well past the cache migration where that was necessary
2023-06-08 13:44:09 -07:00
Myk Taylor
c3326d11fa
ensure the cache key is unique to the sha
2023-06-08 13:35:29 -07:00
Myk Taylor
6c9c44c71a
"develop" works as a ref; makes good default
2023-05-21 10:34:17 -07:00
Myk Taylor
b2102d66fa
check out repo directly in steam dir
...
so we don't bork the rest of depends
2023-05-18 16:16:24 -07:00
Myk Taylor
0962180981
attempting as an ssh-key instead of a token
2023-05-18 15:10:15 -07:00
Myk Taylor
b6ee0d5c02
follow advice in actions/checkout#664
2023-05-18 15:00:41 -07:00
Myk Taylor
14bbff8537
secrets can't be accessed from PRs; remove from build action
2023-05-18 14:39:49 -07:00
Myk Taylor
1212ee0ef8
retrieve steam SDK from a private repo
2023-05-18 14:35:43 -07:00
Myk Taylor
ffe8de1292
clean caches in root context, not the PR
2023-05-17 11:10:20 -07:00
Myk Taylor
de2e29a2e3
add github action to clean up PR caches after merge
2023-05-17 02:38:08 -07:00
Myk Taylor
7aa5692fef
reduce linux ccache size; fix msvc ccache path
2023-04-29 23:46:06 -07:00
Myk Taylor
17a423bcd2
ensure msvc builds have ccache
2023-04-29 23:31:44 -07:00
Myk Taylor
b69aff4d6e
reduce cache for msvc builds too; remove ruby
2023-04-29 23:19:02 -07:00
Myk Taylor
ffa9f79f94
rightsize ccache, protect steam sdk from eviction
2023-04-29 22:30:42 -07:00
Myk Taylor
ba06a8f2bb
dump input vars in deploy output
2023-04-26 13:36:40 -07:00
Kelly Kinkade
17a798d5bc
add missing letter
2023-04-25 16:06:36 -05:00
Kelly Kinkade
68a8c687ea
steam build workflow improvements
...
improve cmake handling for downloading the sdk
set up GHA to cache the SDK download
2023-04-25 16:02:15 -05:00
Kelly Kinkade
acc408c168
change sdk download secret
2023-04-18 22:27:49 -05:00
Kelly Kinkade
04dc3d8f31
make release channel parameter optional
2023-04-18 22:27:49 -05:00
Kelly Kinkade
337c5eea2a
changes to build process for dflaunch
...
only build dflaunch on steam-specific builds
only download steamworks SDK when building dflaunch
get steam account from environment when downloading steamworks SDK
2023-04-18 22:27:49 -05:00
Myk Taylor
95e796abb4
update python build action to non-deprecated version
2023-04-10 00:14:30 -07:00
Myk Taylor
787844e8e6
fix ccache restore key
2023-03-07 22:27:50 -08:00
Myk Taylor
980f673454
fix depot file path
2023-03-07 17:34:44 -08:00
Myk Taylor
fccd4cdec5
add steam deploy workflow
2023-03-07 17:13:41 -08:00
Myk Taylor
1bf79afd54
ditch gcc 4.8 and 7, replace with 10
2023-03-06 15:29:11 -08:00
Myk Taylor
363a3d484e
fix matrix build?
2023-03-06 15:23:45 -08:00
Myk Taylor
3569f7e687
update ruby action
2023-03-06 15:22:15 -08:00
Myk Taylor
1c36031073
update all build envs to ubuntu-22.04
2023-03-06 15:18:06 -08:00
Kelvie Wong
1e904cfc11
GHA: use declarative env
...
Rather than calling `env` as part of the commandline.
2023-02-03 14:09:59 -08:00
Kelvie Wong
cddcf7850d
cross compile: build stonesense as well
2023-02-03 09:27:18 -08:00
Kelvie Wong
5227d29f1f
Use GHA caching with ccache
2023-01-24 19:55:15 -08:00
Kelvie Wong
a496f88a29
Change $GITHUB_REF to HEAD
...
GITHUB_REF apparently doesn't work in PR builds.
2023-01-24 19:55:15 -08:00
Kelvie Wong
a72b26c4f2
GHA: Add win64 cross compile build
...
This also removes -t from docker run, as we don't actually require a
terminal, this was just muscle memory.
This also archives the artifacts for testing.
2023-01-24 19:55:15 -08:00
Myk Taylor
0953982cfa
remove DF download and tests for v50
...
revert when there is something to download and test
2022-12-16 03:28:42 -06:00
Myk Taylor
c13b3175fc
update cache runner to v3
2022-12-11 10:39:26 -08:00
Myk Taylor
f5f99f65e8
migrate usage of set-output (required by github)
...
as per https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2022-12-11 10:33:47 -08:00
myk002
a22e3117d3
simplify the github action to just ninja test
...
since ninja all was just run
2022-11-28 17:22:17 -08:00
myk002
ae035d5836
simplify unit testing setup
2022-11-28 17:16:48 -08:00
Josh Cooper
b11b1c3d5f
Updates build.yml & moves TEST variable setup
2022-11-25 09:43:04 -08:00
Josh Cooper
d03f93c0d7
Adds a second test stage
2022-11-25 09:43:04 -08:00
Josh Cooper
a716b2796e
Updates test binary name in build.yml
2022-11-25 09:43:04 -08:00
Josh Cooper
69d988332c
Updates build.yml to call test-all
2022-11-25 09:43:04 -08:00
Josh Cooper
3e2d0f2ec2
Updates GithubActions yml file to use new BUILD_TESTING variable
2022-11-25 09:43:04 -08:00