Skip to content

Commit

Permalink
FAForever#2319 Adjusting mapping of MapPoolAssignments
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/java/com/faforever/client/domain/api/MatchmakerQueueMapPool.java
  • Loading branch information
K-ETFreeman committed Jun 3, 2024
1 parent 74e9dae commit 747facf
Show file tree
Hide file tree
Showing 407 changed files with 63,919 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .idea/runConfigurations/FAF_Client_Local.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions .idea/runConfigurations/FAF_Client_Offline.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions .idea/runConfigurations/FAF_Client_Prod.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions .idea/runConfigurations/FAF_Client_Test.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
language: java

sudo: false

jdk:
- oraclejdk8

install: true

before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"

script:
- ./gradlew check

after_success:
- ./gradlew jacocoTestReport coveralls

env:
global:
- secure: "UVIbeoJpx9n0KSWHbpdWZuR4zeZfXw3JQBq2Zb1h0/j4uREfXWiGFuNVQBPjsdtYi2+LkecjJ/MgKWo+SS0SjsvTa/ZPkOXt4408H1qYgwVnvWoeL/g1QQ6T8ADNysl/4ZtJLnSp0WXYEBkfHYZJD++vgDwkpVhnCLVzSFVAHls="

addons:
apt:
packages:
- oracle-java8-installer

coverity_scan:
project:
name: "micheljung/downlords-faf-client"
description: "A high quality re-implementation of the Forged Alliance Forever client"
notification_email: michel.jung89@gmail.com
build_command_prepend: "./gradlew clean"
build_command: "./gradlew build"
branch_pattern: coverity_scan

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/

cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- /home/travis/build/FAForever/downlords-faf-client/build/cache/
Loading

0 comments on commit 747facf

Please sign in to comment.