Age | Commit message (Collapse) | Author | Files | Lines |
|
Sadly, there is a limit for free builds at docker.com
See discussion
https://github.com/orgs/mate-desktop/teams/core-team/discussions/25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \;
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove --enable-compile-warnings=maximum from autogen.sh
|
|
|
|
|
|
|
|
|
|
- fix build error with archlinux on Travis CI
- Avoid warning for build config validation
- change archlinux docker image name
|
|
|
|
|
|
add missing requires autoconf-archive (fedora)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|