Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
16 changes: 15 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,26 @@ name: Android
on:
push:
branches: [ "master" ]
paths:
- '.github/workflows/android.yml'
- 'Build/**'
- 'Client/TeamTalkAndroid/**'
- 'Library/TeamTalk_DLL/**'
- 'Library/TeamTalkJNI/**'
- 'Library/TeamTalkLib/**'
pull_request:
branches: [ "master" ]
paths:
- '.github/workflows/android.yml'
- 'Build/**'
- 'Client/TeamTalkAndroid/**'
- 'Library/TeamTalk_DLL/**'
- 'Library/TeamTalkJNI/**'
- 'Library/TeamTalkLib/**'

jobs:
build:
if: "!startsWith(github.head_ref, 'debug') || startsWith(github.head_ref, 'debug-android')"
if: "!contains(github.event.head_commit.message || '', ':skip android')"
strategy:
matrix:
include:
Expand Down
14 changes: 13 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,24 @@ name: iOS
on:
push:
branches: [ "master" ]
paths:
- '.github/workflows/ios.yml'
- 'Build/**'
- 'Client/iTeamTalk/**'
- 'Library/TeamTalk_DLL/**'
- 'Library/TeamTalkLib/**'
pull_request:
branches: [ "master" ]
paths:
- '.github/workflows/ios.yml'
- 'Build/**'
- 'Client/iTeamTalk/**'
- 'Library/TeamTalk_DLL/**'
- 'Library/TeamTalkLib/**'

jobs:
build:
if: "!startsWith(github.head_ref, 'debug') || startsWith(github.head_ref, 'debug-ios')"
if: "!contains(github.event.head_commit.message || '', ':skip ios')"
strategy:
matrix:
include:
Expand Down
26 changes: 25 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,32 @@ name: macOS
on:
push:
branches: [ "master" ]
paths:
- '.github/workflows/macos.yml'
- 'Build/**'
- 'Client/jSpamBot/**'
- 'Client/jTeamTalk/**'
- 'Client/qtTeamTalk/**'
- 'Client/ttserverlog/**'
- 'Documentation/**'
- 'env.sh'
- 'Library/TeamTalk_DLL/**'
- 'Library/TeamTalkLib/**'
- 'Server/**'
pull_request:
branches: [ "master" ]
paths:
- '.github/workflows/macos.yml'
- 'Build/**'
- 'Client/jSpamBot/**'
- 'Client/jTeamTalk/**'
- 'Client/qtTeamTalk/**'
- 'Client/ttserverlog/**'
- 'Documentation/**'
- 'env.sh'
- 'Library/TeamTalk_DLL/**'
- 'Library/TeamTalkLib/**'
- 'Server/**'

env:
# TeamTalk unit test environment variables
Expand All @@ -16,7 +40,7 @@ env:

jobs:
build:
if: "!startsWith(github.head_ref, 'debug') || startsWith(github.head_ref, 'debug-macos')"
if: "!contains(github.event.head_commit.message || '', ':skip macos')"
runs-on: macos-latest

steps:
Expand Down
32 changes: 31 additions & 1 deletion .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,38 @@ name: SmokeTest
on:
push:
branches: [ "master" ]
paths:
- '.github/workflows/smoketest.yml'
- 'Build/**'
- 'Client/jSpamBot/**'
- 'Client/jTeamTalk/**'
- 'Client/qtTeamTalk/**'
- 'Client/ttserverlog/**'
- 'Client/ttserverlogpy/**'
- 'Documentation/**'
- 'env.sh'
- 'Library/TeamTalk_DLL/**'
- 'Library/TeamTalkJNI/**'
- 'Library/TeamTalkLib/**'
- 'Library/TeamTalkPy/**'
- 'Server/**'
pull_request:
branches: [ "master" ]
paths:
- '.github/workflows/smoketest.yml'
- 'Build/**'
- 'Client/jSpamBot/**'
- 'Client/jTeamTalk/**'
- 'Client/qtTeamTalk/**'
- 'Client/ttserverlog/**'
- 'Client/ttserverlogpy/**'
- 'Documentation/**'
- 'env.sh'
- 'Library/TeamTalk_DLL/**'
- 'Library/TeamTalkJNI/**'
- 'Library/TeamTalkLib/**'
- 'Library/TeamTalkPy/**'
- 'Server/**'

env:
# TeamTalk unit test environment variables
Expand All @@ -16,7 +46,7 @@ env:

jobs:
build:
if: "!startsWith(github.head_ref, 'debug')"
if: "!contains(github.event.head_commit.message || '', ':skip smoketest')"
runs-on: ubuntu-24.04

steps:
Expand Down
40 changes: 39 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,46 @@ name: Ubuntu
on:
push:
branches: [ "master" ]
paths:
- '.github/workflows/ubuntu.yml'
- 'Build/**'
- 'Client/jSpamBot/**'
- 'Client/jTeamTalk/**'
- 'Client/qtTeamTalk/**'
- 'Client/ttserverlog/**'
- 'Client/ttserverlogpy/**'
- 'Documentation/**'
- 'env.sh'
- 'Library/TeamTalk_DLL/**'
- 'Library/TeamTalkJNI/**'
- 'Library/TeamTalkLib/**'
- 'Library/TeamTalkPy/**'
- 'Server/**'
- 'Setup/Client/Linux/**'
- 'Setup/Client/Sounds/**'
- 'Setup/Portable/**'
- 'Setup/Server/Linux/**'
pull_request:
branches: [ "master" ]
paths:
- '.github/workflows/ubuntu.yml'
- 'Build/**'
- 'Client/jSpamBot/**'
- 'Client/jTeamTalk/**'
- 'Client/qtTeamTalk/**'
- 'Client/ttserverlog/**'
- 'Client/ttserverlogpy/**'
- 'Documentation/**'
- 'env.sh'
- 'Library/TeamTalk_DLL/**'
- 'Library/TeamTalkJNI/**'
- 'Library/TeamTalkLib/**'
- 'Library/TeamTalkPy/**'
- 'Server/**'
- 'Setup/Client/Linux/**'
- 'Setup/Client/Sounds/**'
- 'Setup/Portable/**'
- 'Setup/Server/Linux/**'

env:
# TeamTalk unit test environment variables
Expand All @@ -16,7 +54,7 @@ env:

jobs:
build:
if: "!startsWith(github.head_ref, 'debug') || startsWith(github.head_ref, 'debug-linux')"
if: "!contains(github.event.head_commit.message || '', ':skip ubuntu')"
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-24.04]
Expand Down
50 changes: 49 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,56 @@ name: Windows
on:
push:
branches: [ "master" ]
paths:
- '.github/workflows/windows.yml'
- 'Build/**'
- 'Client/jSpamBot/**'
- 'Client/jTeamTalk/**'
- 'Client/qtTeamTalk/**'
- 'Client/TeamTalkClassic/**'
- 'Client/Tolk/**'
- 'Client/ttserverlog/**'
- 'Client/ttserverlog.net/**'
- 'Client/ttserverlogpy/**'
- 'Documentation/**'
- 'env.sh'
- 'Library/TeamTalk_DLL/**'
- 'Library/TeamTalk.NET/**'
- 'Library/TeamTalkJNI/**'
- 'Library/TeamTalkLib/**'
- 'Library/TeamTalkPy/**'
- 'Server/**'
- 'Setup/Client/Sounds/**'
- 'Setup/Client/Windows/**'
- 'Setup/Installer/**'
- 'Setup/Portable/**'
- 'Setup/Server/Windows/**'
pull_request:
branches: [ "master" ]
paths:
- '.github/workflows/windows.yml'
- 'Build/**'
- 'Client/jSpamBot/**'
- 'Client/jTeamTalk/**'
- 'Client/qtTeamTalk/**'
- 'Client/TeamTalkClassic/**'
- 'Client/Tolk/**'
- 'Client/ttserverlog/**'
- 'Client/ttserverlog.net/**'
- 'Client/ttserverlogpy/**'
- 'Documentation/**'
- 'env.sh'
- 'Library/TeamTalk_DLL/**'
- 'Library/TeamTalk.NET/**'
- 'Library/TeamTalkJNI/**'
- 'Library/TeamTalkLib/**'
- 'Library/TeamTalkPy/**'
- 'Server/**'
- 'Setup/Client/Sounds/**'
- 'Setup/Client/Windows/**'
- 'Setup/Installer/**'
- 'Setup/Portable/**'
- 'Setup/Server/Windows/**'

env:
# TeamTalk unit test environment variables
Expand All @@ -17,7 +65,7 @@ env:

jobs:
build:
if: "!startsWith(github.head_ref, 'debug') || startsWith(github.head_ref, 'debug-windows')"
if: "!contains(github.event.head_commit.message || '', ':skip windows')"
strategy:
matrix:
arch: [x86, x64]
Expand Down
Loading