Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
Remove travis ci files
  • Loading branch information
cxong committed Aug 28, 2021
1 parent a9d0600 commit 2e1a6f1
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 224 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.travis.yml.cmake export-ignore
/appveyor.yml export-ignore
/appveyor.yml.cmake export-ignore
/wiki* export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
types: [published, created, edited]

env:
VERSION: 1.0.0
VERSION: 1.0.1
CTEST_EXT_COLOR_OUTPUT: TRUE
CTEST_OUTPUT_ON_FAILURE: 1
CTEST_BUILD_FLAGS: -j4
Expand Down
86 changes: 0 additions & 86 deletions .travis.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .travis.yml.cmake

This file was deleted.

9 changes: 1 addition & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(cdogs-sdl C)

SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "0")
SET(VERSION_PATCH "0")
SET(VERSION_PATCH "1")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

# Optionally configure CI files since they are excluded in source archives
Expand All @@ -17,13 +17,6 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/.github/workflows/cmake.yml.cmake)
@ONLY
)
endif()
if(EXISTS ${CMAKE_SOURCE_DIR}/.travis.yml.cmake)
CONFIGURE_FILE(
${CMAKE_SOURCE_DIR}/.travis.yml.cmake
${CMAKE_SOURCE_DIR}/.travis.yml
@ONLY
)
endif()
if(EXISTS ${CMAKE_SOURCE_DIR}/appveyor.yml.cmake)
CONFIGURE_FILE(
${CMAKE_SOURCE_DIR}/appveyor.yml.cmake
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.0.{build}
version: 1.0.1.{build}

branches:
except:
Expand All @@ -18,7 +18,7 @@ environment:
SDL2_IMAGE_VERSION: 2.0.5
SDL2_MIXER_VERSION: 2.0.4
SDLDIR: C:\projects\cdogs-sdl
VERSION: 1.0.0
VERSION: 1.0.1

install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
Expand Down
1 change: 1 addition & 0 deletions build/linux/io.github.cxong.cdogs-sdl.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<screenshot>https://i.imgur.com/30KUS8O.png</screenshot>
</screenshots>
<releases>
<release version="1.0.1" date="2021-08-28"/>
<release version="1.0.0" date="2021-08-21"/>
<release version="0.13.0" date="2021-07-20"/>
<release version="0.12.0" date="2021-05-21"/>
Expand Down
39 changes: 0 additions & 39 deletions build/travis-ci/butler.sh

This file was deleted.

0 comments on commit 2e1a6f1

Please sign in to comment.