1
mirror of https://code.videolan.org/videolan/dav1d synced 2024-11-14 22:58:33 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
Janne Grunau
4cfd948d66 CI: add -Werror to all warning free jobs and add clang-7 job
Fixes #97.
2018-10-24 20:38:05 +02:00
Janne Grunau
aa8e9123a3 CI: add a -Werror build without checkasm
Fixes #97.
2018-10-24 00:49:27 +02:00
Konstantin Pavlov
cedefa50c3 CI: added macOS build job. 2018-10-02 16:25:19 +02:00
Janne Grunau
fc6eae6e51 CI: add build-debian-aarch64 and build-debian-aarch64-clang-5 2018-10-02 11:45:24 +02:00
Marvin Scholz
4c7f424c80 CI: Add a static build on debian 2018-10-02 11:39:43 +02:00
Marvin Scholz
88bf8edddc CI: Run tests on linux 2018-09-29 18:18:43 +02:00
Marvin Scholz
ce0f141e2d CI: Do not run ninja with the verbose flag 2018-09-28 17:58:31 +02:00
Hugo Beauzée-Luyssen
0b9808c5cc gitlab-ci: Bump the image version 2018-09-28 17:42:35 +02:00
Marvin Scholz
decd4a9557 CI: Save artifacts for Windows builds 2018-09-27 16:21:34 +02:00
Shiz
48ccacc1bc build: fix incorrect version.h dependency
The build system declared `rev_target` to be a dependency of
libdav1d instead of libdav1dentrypoint. This causes initial builds
to fail, as it is `src/lib.c` from libdav1dentrypoint that includes
this file. Move the dependency to libdav1dentrypoint to fix this.
2018-09-27 15:54:10 +02:00
Hugo Beauzée-Luyssen
7c43a766db gitlab-ci: Use a newer image with -static-libgcc 2018-09-27 14:49:31 +02:00
Janne Grunau
98fb45e086 CI: generate include/version.h explicitly until !3 is merged 2018-09-27 10:41:19 +00:00
Hugo Beauzée-Luyssen
9fd4ede0ec gitlab-ci: Check for win32/win64 builds 2018-09-25 17:53:14 +02:00
Konstantin Pavlov
9075f0ee57 gitlab-ci: use a newer image which includes nasm. 2018-09-25 13:56:01 +03:00
Konstantin Pavlov
2142a61e3b Added gitlab-ci instructions. 2018-09-23 16:59:16 +02:00