sourcing cargo env before running rules
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 2m8s
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 53s
Test WHY2-core / test-why2 (why2, configure.sh, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 56s
Test WHY2-logger / test-why2 (why2-logger, configure.sh, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 54s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 49s
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 2m8s
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 53s
Test WHY2-core / test-why2 (why2, configure.sh, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 56s
Test WHY2-logger / test-why2 (why2-logger, configure.sh, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 54s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 49s
This commit is contained in:
parent
a52031ad52
commit
ad75a52e96
1
Makefile
1
Makefile
@ -145,6 +145,7 @@ app_logger:
|
|||||||
$(CC) $(CFLAGS) $(SRC_LOGGER_APP) -o $(OUTPUT_APP_LOGGER) $(LIBS_LOGGER) $(LIB_LOGGER)
|
$(CC) $(CFLAGS) $(SRC_LOGGER_APP) -o $(OUTPUT_APP_LOGGER) $(LIBS_LOGGER) $(LIB_LOGGER)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
. "$(DOLLAR)HOME/.cargo/env"
|
||||||
$(RC) clean $(RFLAGS)
|
$(RC) clean $(RFLAGS)
|
||||||
rm -rf $(OUTPUT)/* $(LOGS)/* *.o *.so vgcore.*
|
rm -rf $(OUTPUT)/* $(LOGS)/* *.o *.so vgcore.*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user