nightwalker-87
cadfa94162
General Project Update
...
- Updated travis CI build configuration
- Updated project references
- Minor formatting fixes
2020-04-12 18:26:46 +02:00
Chen Guokai
734bfdaa47
Remove .travis-lin-mingw.sh in travis.yml
2020-04-11 20:24:08 +08:00
Slyshyk Oleksiy
83a31a09b3
Add win32 travis build ( #2 )
...
* add mingw64 build to travis CI
* Make .travis-lin-mingw.sh executable
* .travis-lin-mingw.sh: make build dir
* show $PWD in travis-lin-mingw
* update .travis-lin-mingw.sh
* ---
* update .travis-lin-mingw.sh
* update p7zip cmd
* fix sign/unsign comparioson in usb.c
* revert call .travis.sh
* clean up .travis-lin-mingw.sh
2020-02-29 16:23:22 +02:00
nightwalker-87
5020ba7f92
Resolved conflicts with develop branch.
2020-02-24 23:11:51 +01:00
nightwalker-87
4416a24b5d
General project update:
...
- Updated README & CHANGELOG.
- Updated issue templates.
- Fixes in travis.yml
2020-02-19 21:20:10 +01:00
Oliver Schneider
78ced6a325
Don't use `%zx` because it's unsupported on mingw64 ( #578 )
...
* Don't use `%zx` because it's unsupported on mingw64
* Also check that no warnings happen on travis
* Prefer `unsigned int` over `unsigned`
* Install libusb through the travis whitelist instead of manually
* Test stlink against clang and gcc through the travis "compiler" flag instead of a manual matrix
* Re-add osx
* Fix warning on gcc
2017-03-24 23:11:09 +01:00
Jerry Jacobs
4209e4b924
cmake: Refactor into seperate files, fix project version detection when everything fails (travis)
2016-09-16 15:42:34 +02:00
Jerry Jacobs
9aac78d184
Deprecate autotools
2016-08-03 20:02:50 +02:00
Jerry Jacobs
2563f43965
TravisCI: Revert clang cmake build for linux
2016-06-18 09:49:39 +02:00
Jerry Jacobs
1c04e4f546
TravisCI: Disable clang 3.8 builds (disabled apt repo), remove autotools
2016-06-18 09:46:54 +02:00
Jerry Jacobs
74389ba7b8
travis: Add gcc-5 and clang-3.8 to matrix for linux cmake builds
2016-05-20 21:58:00 +02:00
Jerry Jacobs
eae5157466
TravisCI: Add building with autotools, catches bugs early as seen by issue #403
2016-05-02 17:10:14 +02:00
Jerry Jacobs
ca08bed617
travis: Initial continues integration build on linux and osx
...
* Fixup README to render HTML from Markdown
* Fixup CMakeLists.txt to have a lower working minimum version
* Add .travis.yml and .travis.sh for autobuild
2016-04-07 11:35:50 +02:00