Skip to content

Commit

Permalink
win32/64 and linux64 building
Browse files Browse the repository at this point in the history
  • Loading branch information
glKarin committed Nov 7, 2024
1 parent 7c33d56 commit 7c2d1f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 116 deletions.
110 changes: 0 additions & 110 deletions .github/workflows/doom3_windows_x64_msvc.yml

This file was deleted.

Empty file.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml → .github/workflows/win_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
branches: [ "master" ]
paths:
#- 'Q3E/src/main/jni/doom3/neo/**'
- '.github/workflows/win_linux_build.yml'
- '.github/workflows/win_linux_build'
- '.github/workflows/win_linux.yml'
- '.github/workflows/win_linux.changelog'
pull_request:
branches: [ "master" ]
paths:
#- 'Q3E/src/main/jni/doom3/neo/**'
- '.github/workflows/win_linux_build.yml'
- '.github/workflows/win_linux_build'
- '.github/workflows/win_linux.yml'
- '.github/workflows/win_linux.changelog'

jobs:
build:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
fetch-depth: 1
fetch-tags: true

- name: Set strings
- name: Set env strings
id: strings
shell: bash
run: |
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
repo: glKarin/com.n0n3m4.diii4a
github_token: ${{ secrets.TOKEN }}

- name: Get current date time
- name: Get release date time
id: release_datetime
uses: Kaven-Universe/github-action-current-date-time@v1
with:
Expand Down

0 comments on commit 7c2d1f0

Please sign in to comment.