Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

2021 Linux & Windows CMake & C Cleanup #1

Open
wants to merge 67 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
de2aeaa
Create cmake.yml
vltmedia Jun 7, 2021
e24e49c
Create msbuild.yml
vltmedia Jun 7, 2021
412c6c2
cmake
vltmedia Jun 7, 2021
0947a56
updated mem.h and cmake
vltmedia Jun 7, 2021
34033b4
attempted to fix strcmp
vltmedia Jun 7, 2021
4e2da79
added linker for math.h
vltmedia Jun 7, 2021
acd4140
tryin gto fix linker
vltmedia Jun 7, 2021
dcec29b
Added Buildcheck
vltmedia Jun 7, 2021
505e92e
Test Normalmap Exec
vltmedia Jun 7, 2021
a47f55f
added release linux
vltmedia Jun 7, 2021
37c3da4
removed normalmap check
vltmedia Jun 7, 2021
a8cc3ff
Changed Release linux to another
vltmedia Jun 7, 2021
8c8c41a
added naming change
vltmedia Jun 7, 2021
b864629
Updated title
vltmedia Jun 7, 2021
76a0136
added new getbranch action
vltmedia Jun 7, 2021
c58aed2
changed get Branch Info
vltmedia Jun 7, 2021
0be0f1f
Updated Tags release
vltmedia Jun 7, 2021
4d46fec
Update cmake.yml
vltmedia Jun 7, 2021
64f89b9
added tag combine
vltmedia Jun 7, 2021
33f37c9
added env.
vltmedia Jun 7, 2021
fa6e4a7
updated set envname
vltmedia Jun 7, 2021
e6d46c3
updated linux build env
vltmedia Jun 7, 2021
1da7dd9
added new tag reader
vltmedia Jun 7, 2021
c671077
removed automatic release tag
vltmedia Jun 7, 2021
69dcc62
added automatic release tag
vltmedia Jun 7, 2021
0b1c836
added new tag name
vltmedia Jun 7, 2021
a3920d5
updated formatting in readme
vltmedia Jun 7, 2021
fa49e83
added GetTagCheck
vltmedia Jun 7, 2021
5cef22d
added How To Update
vltmedia Jun 7, 2021
135a3bc
Revert "added How To Update"
vltmedia Jun 7, 2021
7dd88e6
add How to Update
vltmedia Jun 7, 2021
24f918f
updated hardcoded v0.2.0 tag
vltmedia Jun 7, 2021
108a4cf
Deleted uneeded Github Actions
vltmedia Jun 7, 2021
546fae9
Merge branch 'master' of https://github.com/vltmedia/normalmap
vltmedia Jun 7, 2021
ad60c83
added Windows build
vltmedia Jun 7, 2021
5fe1371
updated naming on the github action
vltmedia Jun 7, 2021
f39483a
Added Windows src folder and fixed the struct for windows usage
vltmedia Jun 7, 2021
8b50091
Fixed Linux Github Action building
vltmedia Jun 7, 2021
59e48b2
updated Windows to build windows 64folder
vltmedia Jun 7, 2021
866f381
updated path slashes
vltmedia Jun 7, 2021
d8042cc
added hardcoded release exe
vltmedia Jun 7, 2021
435154f
added new windows build release
vltmedia Jun 7, 2021
1182f08
added tag to windows release
vltmedia Jun 7, 2021
e7073fb
updated the release with date
vltmedia Jun 7, 2021
6f7d237
updated current date
vltmedia Jun 7, 2021
6d6b895
updated windows artifact uploading
vltmedia Jun 7, 2021
6530338
fixed formatting on cmake linx
vltmedia Jun 7, 2021
178ae0d
updated conditional push
vltmedia Jun 7, 2021
aa4923d
attempting to fix tag naming
vltmedia Jun 7, 2021
f3f89f0
updated envname
vltmedia Jun 7, 2021
cabb3e4
updated env name
vltmedia Jun 7, 2021
ed9128d
added quotes
vltmedia Jun 7, 2021
6571e11
moved branch-name up
vltmedia Jun 7, 2021
f6b3e1b
updated naming for release
vltmedia Jun 7, 2021
d594186
set conditional to push tags only
vltmedia Jun 7, 2021
aebc86a
made conditional on tags
vltmedia Jun 7, 2021
9bd1a2a
Updated naming convention
vltmedia Jun 7, 2021
fa872ba
Updated naming convention
vltmedia Jun 7, 2021
25e2b07
updated naming to add seconds and remove windows
vltmedia Jun 7, 2021
1eccb75
updated time naming convention
vltmedia Jun 7, 2021
67d5815
fixed datetime bug
vltmedia Jun 7, 2021
91646fc
fixed datetime bug
vltmedia Jun 7, 2021
0f4b6b6
Added Changelog and added that to releases
vltmedia Jun 7, 2021
07200dc
Added Changelog and added that to releases
vltmedia Jun 7, 2021
274d588
removed Generate changelog
vltmedia Jun 8, 2021
4267cd7
removed Changelog
vltmedia Jun 8, 2021
92bc2d3
added changelog
vltmedia Jun 8, 2021
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
updated current date
vltmedia authored Jun 7, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 6f7d23789fc8c3833c3d0251fc0edda593b467b3
6 changes: 3 additions & 3 deletions .github/workflows/cmake_windows.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:

- name: Set current date as env variable
id: datee
run: echo ::set-output name=pr_title::$(date +'%Y-%m-%dT%H:%M:%S')
run: echo ::set-output name=currentdate::$(date +'%Y-%m-%d')

- name: Echo current release
run: echo "v0.2.0-win64-${{steps.datee.outputs.datee}}"
@@ -46,13 +46,13 @@ jobs:

- name: Set env
id: envname
run: echo ::set-output name=pr_title::"Windows build - v0.2.0-win64 - ${{ steps.branch-name.outputs.current_branch }}"
run: echo ::set-output name=pr_title::"Windows build - v0.2.0-win64 - ${{ steps.branch-name.outputs.current_branch }} - ${{steps.datee.outputs.currentdate}}"

- uses: actions/checkout@v1
- uses: ncipollo/release-action@v1
with:
artifacts: "D:/a/normalmap/normalmap/win64/build/Release/normalmap.exe"
tag: "v0.2.0-win64-${{steps.datee.outputs.datee}}"
tag: "v0.2.0-win64-${{steps.datee.outputs.currentdate}}"
bodyFile: "${{github.workspace}}/README.md"
token: ${{ secrets.GITHUB_TOKEN }}