Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuOfficial committed Mar 18, 2024
1 parent 119c550 commit ae1326e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: betacraft-build

on:
push:
branches: [ "ci-fix" ]
branches: [ "v2" ]
pull_request:
branches: [ "ci-fix" ]
branches: [ "v2" ]

env:
BUILD_TYPE: Release
Expand Down Expand Up @@ -58,10 +58,6 @@ jobs:
fi
shell: bash

- name: Build
working-directory: ${{github.workspace}}/build
run: make

- name: Cache libs
id: cache-libs
uses: actions/cache@v3
Expand All @@ -75,6 +71,10 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Build
working-directory: ${{github.workspace}}/build
run: make

- name: Test
working-directory: ${{github.workspace}}/build/src
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure
1 change: 0 additions & 1 deletion src/ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ if(WIN32)

add_custom_command(TARGET Betacraft POST_BUILD
COMMAND ${TOOL_WINDEPLOYQT}
--no-translations
$<TARGET_FILE:Betacraft>
COMMENT "Running windeployqt..."
)
Expand Down

0 comments on commit ae1326e

Please sign in to comment.