Skip to content

Commit 8a9c86d

Browse files
committed
Updated CI scripts
1 parent 353b3d4 commit 8a9c86d

File tree

5 files changed

+50
-1
lines changed

5 files changed

+50
-1
lines changed

ci/ci-build

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
#!/usr/bin/env bash
2+
# ==========================================================================
3+
# ____ _ _ _ _____ _
4+
# | __ ) _ _(_) | __| | |_ _|__ ___ | |___
5+
# | _ \| | | | | |/ _` |_____| |/ _ \ / _ \| / __|
6+
# | |_) | |_| | | | (_| |_____| | (_) | (_) | \__ \
7+
# |____/ \__,_|_|_|\__,_| |_|\___/ \___/|_|___/
8+
#
9+
# --- Build-Tools ---
10+
# https://www.nntb.no/~dreibh/system-tools/
11+
# ==========================================================================
212
#
313
# GitHub Actions Scripts
414
# Copyright (C) 2021-2026 by Thomas Dreibholz

ci/ci-install

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
#!/usr/bin/env bash
2+
# ==========================================================================
3+
# ____ _ _ _ _____ _
4+
# | __ ) _ _(_) | __| | |_ _|__ ___ | |___
5+
# | _ \| | | | | |/ _` |_____| |/ _ \ / _ \| / __|
6+
# | |_) | |_| | | | (_| |_____| | (_) | (_) | \__ \
7+
# |____/ \__,_|_|_|\__,_| |_|\___/ \___/|_|___/
8+
#
9+
# --- Build-Tools ---
10+
# https://www.nntb.no/~dreibh/system-tools/
11+
# ==========================================================================
212
#
313
# GitHub Actions Scripts
414
# Copyright (C) 2021-2026 by Thomas Dreibholz

ci/ci-setup

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
#!/usr/bin/env bash
2+
# ==========================================================================
3+
# ____ _ _ _ _____ _
4+
# | __ ) _ _(_) | __| | |_ _|__ ___ | |___
5+
# | _ \| | | | | |/ _` |_____| |/ _ \ / _ \| / __|
6+
# | |_) | |_| | | | (_| |_____| | (_) | (_) | \__ \
7+
# |____/ \__,_|_|_|\__,_| |_|\___/ \___/|_|___/
8+
#
9+
# --- Build-Tools ---
10+
# https://www.nntb.no/~dreibh/system-tools/
11+
# ==========================================================================
212
#
313
# GitHub Actions Scripts
414
# Copyright (C) 2021-2026 by Thomas Dreibholz

ci/ci-test

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
#!/usr/bin/env bash
2+
# ==========================================================================
3+
# ____ _ _ _ _____ _
4+
# | __ ) _ _(_) | __| | |_ _|__ ___ | |___
5+
# | _ \| | | | | |/ _` |_____| |/ _ \ / _ \| / __|
6+
# | |_) | |_| | | | (_| |_____| | (_) | (_) | \__ \
7+
# |____/ \__,_|_|_|\__,_| |_|\___/ \___/|_|___/
8+
#
9+
# --- Build-Tools ---
10+
# https://www.nntb.no/~dreibh/system-tools/
11+
# ==========================================================================
212
#
313
# GitHub Actions Scripts
414
# Copyright (C) 2021-2026 by Thomas Dreibholz

ci/get-dependencies

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
2+
# ==========================================================================
3+
# ____ _ _ _ _____ _
4+
# | __ ) _ _(_) | __| | |_ _|__ ___ | |___
5+
# | _ \| | | | | |/ _` |_____| |/ _ \ / _ \| / __|
6+
# | |_) | |_| | | | (_| |_____| | (_) | (_) | \__ \
7+
# |____/ \__,_|_|_|\__,_| |_|\___/ \___/|_|___/
8+
#
9+
# --- Build-Tools ---
10+
# https://www.nntb.no/~dreibh/system-tools/
11+
# ==========================================================================
312
#
413
# GitHub Actions Scripts
514
# Copyright (C) 2018-2026 by Thomas Dreibholz

0 commit comments

Comments
 (0)