logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git
commit: 6cb07cfc963e756d517e2a3ecab5fe8c8b77150e
parent c377d8aefa182746cf8f8849612defa819f630a9
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  3 Jun 2023 03:21:39 +0200

.builds/netbsd.yml: Set CRAM at the right location

Diffstat:

M.builds/netbsd.yml10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> +# SPDX-FileCopyrightText: 2017-2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only image: netbsd/latest @@ -12,12 +12,12 @@ sources: tasks: - clang: | cd utils - CC=clang ./configure - CRAM=true DESTDIR=/tmp/clang-destdir make clean test + CC=clang CRAM=true ./configure + DESTDIR=/tmp/clang-destdir make clean test - gcc: | cd utils - CC=gcc ./configure - CRAM=true DESTDIR=/tmp/gcc-destdir make clean test + CC=gcc CRAM=true ./configure + DESTDIR=/tmp/gcc-destdir make clean test triggers: - action: email condition: failure