Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Feat/fullscreen #6

Merged
merged 26 commits into from
Oct 2, 2020
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9992719
feat: add fullscreen / args flag / refact singleton core
Mathieu-Lala Oct 1, 2020
6944895
chore: update pipeline add release mode; simplified event core
Mathieu-Lala Oct 2, 2020
2762e4d
hotfix: pipeline build type
Mathieu-Lala Oct 2, 2020
e9ff67f
hotfix: update pipeline build type
Mathieu-Lala Oct 2, 2020
b8c3ef9
chore: docopt set shared
Mathieu-Lala Oct 2, 2020
82f69b7
chore: pipeline add step launch
Mathieu-Lala Oct 2, 2020
bd6b927
hotfix: ls
Mathieu-Lala Oct 2, 2020
d2fcdc9
hotfix: add printf in script
Mathieu-Lala Oct 2, 2020
184689d
hotfix: pipeline backslash
Mathieu-Lala Oct 2, 2020
68dfc02
hotfix: pipeline arch
Mathieu-Lala Oct 2, 2020
8af8f2a
chore: pipeline fix build folder
Mathieu-Lala Oct 2, 2020
424949d
chore: pipeline fix build folder
Mathieu-Lala Oct 2, 2020
2d03686
hotfix: update build dir
Mathieu-Lala Oct 2, 2020
a399e8b
hotfix: if job
Mathieu-Lala Oct 2, 2020
59efc04
hotfix: pipeline exe path
Mathieu-Lala Oct 2, 2020
619af3a
hotfix: platform
Mathieu-Lala Oct 2, 2020
36b2b7e
hotfix: add print
Mathieu-Lala Oct 2, 2020
278877f
hotfix: path
Mathieu-Lala Oct 2, 2020
cd5be1e
hotfix: pipeline
Mathieu-Lala Oct 2, 2020
a6f303b
hotfix: typos
Mathieu-Lala Oct 2, 2020
ec78140
chore: mindows change ouput path
Mathieu-Lala Oct 2, 2020
e1b4bae
chore: windows change ouput path
Mathieu-Lala Oct 2, 2020
4d5c91f
hotfix: set reset output path & docopt static
Mathieu-Lala Oct 2, 2020
70b1c19
dump version v0.1.10
Mathieu-Lala Oct 2, 2020
b670fea
chore: resolve conflict with develop
Mathieu-Lala Oct 2, 2020
b0eb3f6
fix: add fullscreen / send event to Game
Mathieu-Lala Oct 2, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
hotfix: pipeline build type
  • Loading branch information
Mathieu-Lala committed Oct 2, 2020
commit 2762e4d84568f62b9642ac53a31353a5de79d264
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
windows-latest
]
build_type: [
"Release",
"Debug"
"RelWithDebInfo",
"MinSizeRel"
# "Debug",
# "Release"
]
arch: [
# "x32",
Expand Down