Skip to content

Commit

Permalink
Add gcc14 linux target
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Sep 21, 2024
1 parent ba026c3 commit 31a85e9
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/workflows/ygopro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,48 @@ jobs:
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
username: Github

Linux-gcc-14:
strategy:
fail-fast: false
runs-on: ubuntu-24.04
env:
DEPLOY_BRANCH: travis-core-linux-gcc14
TRAVIS_OS_NAME: linux
CXX: g++-14
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Install lua
shell: bash
run: ./scripts/install-lua.sh
- name: Install premake
shell: bash
run: ./scripts/install-premake5.sh
- name: Build
shell: bash
run: ./scripts/build-premake5.sh
- name: Predeploy
shell: bash
run: ./scripts/predeploy.sh
- name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
shell: bash
run: ./scripts/deploy.sh
- name: Log Failure
uses: sarisia/actions-status-discord@v1
if: failure()
with:
nodetail: true
description: |
[[${{ github.event.repository.name }}] ${{ github.job }} failed on ${{ github.ref }}](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}})
title: |
color: 0xff0000
webhook: ${{ secrets.DISCORD_WEBHOOK }}
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
username: Github

Android:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 31a85e9

Please sign in to comment.