From f4a067fe235bdd3b0255e7b454d977afbdd27b6e Mon Sep 17 00:00:00 2001 From: zv0n Date: Mon, 18 Oct 2021 09:54:07 +0200 Subject: [PATCH] CI: bump up cppbuilder image --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8514517..e9e4370 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: cppbuilder:v0.4 + image: cppbuilder:v0.5 commands: - cd mario - mkdir build @@ -25,7 +25,7 @@ platform: steps: - name: formatting-check - image: cppbuilder:v0.4 + image: cppbuilder:v0.5 commands: - cd mario - find . -path "./build" -prune -or \( -iname "*.cpp" -or -iname "*.hpp" \) | xargs -P0 -I{} clang-format -style=file --dry-run -Werror {}