aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
...
* GH Actions: consistently use actions/checkout@v2Andre Weissflog2022-06-122-10/+10
|
* gen_bindings.yml: rename artifact files so it's clear to not use as bindingsAndre Weissflog2022-06-041-6/+6
|
* flip bindings generation to run on commits and PRsAndre Weissflog2022-06-041-2/+3
|
* readme: tweak badgesAndre Weissflog2022-06-041-1/+1
|
* rename build_and_test GH workflow to 'Build & Test'Andre Weissflog2022-06-041-1/+1
|
* gen_bindings.yml: first make sure that native builds and tests workAndre Weissflog2022-06-041-3/+38
|
* gen_bindings.yml: fix the 'empty commit' problem differentlyAndre Weissflog2022-06-041-4/+4
|
* gen_bindings.yml: ignore failure if nothing to commitAndre Weissflog2022-06-041-4/+4
|
* gen_bindings.yml: fix url in commit messageAndre Weissflog2022-06-041-4/+2
|
* push generated bindingsAndre Weissflog2022-06-031-4/+14
|
* GH Actions: another attempt to only run deploy jobs on masterAndre Weissflog2022-05-301-0/+2
|
* GH Actions: try to figure out why deploy step isn't runningAndre Weissflog2022-05-301-4/+4
|
* GH Actions: fix condition for deploy stepsAndre Weissflog2022-05-301-2/+2
|
* GH Actions: fix Nim test build on WindowsAndre Weissflog2022-05-301-5/+7
|
* GH Actions: prepare to push language bindingsAndre Weissflog2022-05-301-1/+36
|
* GH Actions: fix Nim setupAndre Weissflog2022-05-291-2/+2
|
* GH Actions: add Nim test matrixAndre Weissflog2022-05-291-0/+25
|
* GH Actions: fix job dependency in gen_bindings.ymlAndre Weissflog2022-05-291-0/+1
|
* GH Actions: fix gen_bindings.yml yaml syntax (#668)Andre Weissflog2022-05-291-3/+3
|
* GH Actions: fix gen_bindings.yml workflow fileAndre Weissflog2022-05-291-0/+2
|
* GH Actions: fix gen_bindings.yml workflow fileAndre Weissflog2022-05-291-1/+1
|
* GH Actions: Add a test matrix for the generated Zig bindings. (#667)Andre Weissflog2022-05-291-1/+22
| | | | | * add zig test matrix (wip) * add a test matrix for the code generated zig bindings
* add an experimental generate-bindings GH Actions workflow (wip)Andre Weissflog2022-05-291-0/+32
|
* Move tests over from sokol-samples (#666)Andre Weissflog2022-05-231-176/+27
| | | | | This is mainly so that CI works as expected for Github PRs. Also fixes a couple of uncritical warnings in sokol_app.h, sokol_audio.h and sokol_imgui.h
* GH Actions: python => python3Andre Weissflog2022-05-151-37/+37
|
* fix github CI Android buildAndre Weissflog2021-02-211-19/+22
|
* github CI: temporarily remove Android build, SDK setup seems broken on ↵Andre Weissflog2021-02-171-19/+19
| | | | Ubuntu20.04
* enable Android CI builds againAndre Weissflog2021-01-211-19/+19
|
* remove Android build step in github actions, seems like the Android SDK/NDK ↵Andre Weissflog2020-12-201-19/+19
| | | | v21 is currently broken
* add UWP github actionsAndre Weissflog2020-09-231-0/+18
|
* gh actions emsc: only build a GLES2-compatible sampleAndre Weissflog2020-02-281-2/+2
|
* gh actions emsc: also build GLES2 configsAndre Weissflog2020-02-281-0/+8
|
* add an Android check to github actionsAndre Weissflog2020-01-191-0/+19
|
* github actions: add iOS build configsAndre Weissflog2019-10-241-0/+34
|
* github actions: add an apt-get updateAndre Weissflog2019-10-121-0/+1
|
* split github workflow into separate stepsAndre Weissflog2019-10-081-6/+73
|
* add github actions CI (builds sokol-samples)Andre Weissflog2019-09-141-0/+73