summary refs log tree commit diff
path: root/.travis.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix issues with old qt and bump to 5.10Nicolas Werner2020-10-081-16/+16
|
* Try travis_wait alternativeNicolas Werner2020-05-301-1/+1
|
* Travis wait can only be used in a top level command?Nicolas Werner2020-05-301-1/+1
|
* Install dependencies for arm manually to prevent timeoutNicolas Werner2020-05-301-9/+2
|
* Wait on maybe long running install script in CINicolas Werner2020-05-151-1/+1
|
* Try to fix arm builds hanging breaking CINicolas Werner2020-05-151-1/+1
|
* Upload nightlies to #nheko-nightlies:neko.dev (#132)DeepBlueV7.X2020-03-021-22/+3
| | | | | | | | * Upload nightlies to a matrix room * Add branch to upload name * Update README with new nightly location
* Fix RegistrationNicolas Werner2020-02-231-0/+1
| | | | | fixes #97 fixes #51
* Add arm build for nightly flatpaksNicolas Werner2020-02-141-1/+17
|
* try out flatpak nightly buildNicolas Werner2020-02-141-0/+13
|
* Port CI to hunterNicolas Werner2020-01-261-19/+1
|
* Update to c++17Nicolas Werner2019-12-141-29/+76
|
* try caching the .deps directoryNicolas Werner2019-12-111-0/+4
|
* Change scroll behaviour of timelineNicolas Werner2019-12-081-2/+2
| | | | | | | This requires Qt 5.9 (to calculate overshoot). The default scroll behaviour of list views has far too much inertia. This should make scrolling feel more like scrolling the other scroll areas of nheko.
* Use default macOS imageNicolas Werner2019-11-231-1/+2
|
* Bump required Qt version to 5.8 to support Q_NAMESPACENicolas Werner2019-11-231-2/+2
|
* Update travis to xcode9.2 for macosJoe2019-11-021-1/+1
|
* Tweak S3 Upload settingsJoseph Donofry2019-08-041-4/+2
|
* Push to S3 on all branchesJoseph Donofry2019-08-031-0/+5
|
* Upload build artifacts to s3 bucketJoseph Donofry2019-08-031-0/+12
|
* Use static mtxclient on osx in travisNicolas Werner2019-08-031-0/+1
|
* Update Travis webhook URL for new nheko roomJoseph Donofry2019-07-051-1/+1
|
* more ci updatesJoe2019-02-241-1/+1
|
* Switch CI builds to use bundled JSONredsky172019-02-241-3/+3
| | | | | Apparently the nlohmann library is not available in the standard repositories. I would rather build it than add universe deps.
* Update JSON build deps.redsky172019-02-241-2/+6
| | | | | | Update JSON build dependencies, change the dockerfile and other CI files that relate to this. Also update target mtxclient revision.
* Release Nheko 0.6.3Joe2019-02-081-2/+2
| | | | | - Update version numbers and documentation - Fix github releases oauth key
* Copy icu4c dylib symlinks in mac deployredsky172019-02-051-1/+1
|
* See if bundled boost fixes mac deployredsky172019-02-041-1/+2
|
* Try to force link of icu4c in mac buildredsky172019-02-041-4/+0
|
* Update travis mac deployredsky172019-02-021-1/+4
|
* Update deployment configurationredsky172019-01-311-5/+5
|
* Attempt to fix bintray issuesredsky172019-01-311-4/+3
|
* Change TRAVIS_TAG to TRAVIS_COMMITredsky172019-01-311-1/+1
|
* BinTray deploy on all commitsredsky172019-01-311-1/+1
|
* Attempt to fix travis.yml merge issuesredsky172019-01-311-103/+97
|
* merge master and fix conflictsredsky172019-01-301-106/+110
|\
| * Fix .travis.yml issueredsky172019-01-181-1/+0
| |
| * Update CI Configsredsky172019-01-181-105/+110
| | | | | | | | | | Update .travis.yaml to have updated bintray api keys Update bintray-release.json to have correct casing for repo
* | Fix bintray deploy repo namingredsky172019-01-301-3/+4
| |
* | Attempt to make bintray builds for every commitredsky172019-01-301-1/+1
|/
* Merge branch 'master' of https://github.com/redsky17/nhekoJoe2019-01-161-1/+1
|\
| * Update the README to point to updated endpoints for the various CIredsky172019-01-161-1/+1
| | | | | | | | | | | | | | | | projects. Update the appveyor configuration to no longer use mujx keys. Travis-CI keys still need to be updated.
* | Update travis.yml to include webhook for posting buildJoe2019-01-161-0/+7
|/ | | | status to nheko-reborn matrix room
* Update travis ci config to point to redsky17 config and try to fix lintredsky172019-01-131-4/+4
| | | | errors
* v0.6.0Konstantinos Sideris2018-09-211-2/+2
|
* Put back github releasesKonstantinos Sideris2018-09-211-0/+23
|
* Replace GCC-7 with GCC-8Konstantinos Sideris2018-09-181-16/+3
|
* Update CI with cmarkKonstantinos Sideris2018-09-111-0/+5
|
* Don't use bundled spdlogKonstantinos Sideris2018-08-081-5/+0
|
* Add entry for GCC5 on Travis-CIKonstantinos Sideris2018-06-231-1/+14
|
* Fix the appimage generationKonstantinos Sideris2018-06-221-0/+1
|
* Setup BinTrayKonstantinos Sideris2018-06-171-19/+9
|
* Install missing dependencies in travis-ci/appveyorKonstantinos Sideris2018-06-041-0/+8
|
* Remove the pseudo deb & rpm packages from releasesKonstantinos Sideris2018-05-071-6/+0
|
* Install qt5-svg in travisKonstantinos Sideris2018-04-281-1/+4
|
* Upgrade gcc versionKonstantinos Sideris2018-03-181-6/+6
|
* Remove xcode8 entry from ciKonstantinos Sideris2018-03-031-3/+0
|
* Fix clang buildKonstantinos Sideris2018-02-161-1/+1
|
* Use Qt 5.9.2 on travisKonstantinos Sideris2018-01-291-2/+2
|
* Bump up Qt versions on travis & appveyorKonstantinos Sideris2018-01-291-2/+2
|
* Add qt5.7 on travis ciKonstantinos Sideris2018-01-131-27/+33
|
* Update travisKonstantinos Sideris2017-12-311-3/+2
|
* Add deb and rpm packages on releasesKonstantinos Sideris2017-12-261-1/+11
|
* Fix deploy conditionalsKonstantinos Sideris2017-12-231-2/+2
|
* Don't create artifacts when we're not deployingKonstantinos Sideris2017-12-221-2/+2
|
* Use ninja on travisKonstantinos Sideris2017-12-221-7/+12
|
* Add debug info on travis buildsKonstantinos Sideris2017-12-101-2/+1
|
* Use the same compiler for cKonstantinos Sideris2017-12-051-4/+8
|
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-3/+0
|
* Run tests only with gccKonstantinos Sideris2017-12-031-1/+3
|
* Bump gcc and clang versionKonstantinos Sideris2017-12-031-0/+16
|
* Update travis to qt5.9.2Konstantinos Sideris2017-11-101-1/+1
|
* Update ciKonstantinos Sideris2017-11-061-1/+1
|
* Fix .travis.yml formatKonstantinos Sideris2017-11-051-20/+20
|
* Specify artifacts per buildKonstantinos Sideris2017-11-051-9/+20
|
* Add build script for nheko.dmgKonstantinos Sideris2017-11-051-1/+2
|
* Remove auto taggingKonstantinos Sideris2017-11-051-7/+1
|
* Add build script for AppImageKonstantinos Sideris2017-11-051-1/+19
|
* Add clang-format to ciKonstantinos Sideris2017-09-241-1/+2
|
* Drop support for XCode 7Konstantinos Sideris2017-08-051-3/+0
| | | | lmdbxx requires support for thread_local which is not available on that clang version.
* Update readme and travis for lmdbKonstantinos Sideris2017-07-301-1/+1
|
* Add tests on travisKonstantinos Sideris2017-05-081-1/+4
|
* Set travis to Qt5.8Konstantinos Sideris2017-04-271-1/+1
|
* Disable travis notificationsKonstantinos Sideris2017-04-091-0/+3
| | | | [ci skip]
* Add travis CIKonstantinos Sideris2017-04-091-0/+25