Skip to content

Commit 3301456

Browse files
committed
chore: Update build script to include mock command
This commit updates the build script in the .gitlab-ci.yml file to include a mock command. The previous build.sh command was removed and replaced with an echo command to print a message indicating that AnduinOS cannot be built in Docker. This change improves the clarity of the build process and ensures that developers are aware of the limitation.
1 parent 9f47631 commit 3301456

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ stages:
44
build:
55
stage: build
66
script:
7-
- cd ./src
8-
- ./build.sh -
7+
- echo "Mock script. This is because AnduinOS can't be built in Docker."

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# AnduinOS
22

3+
[![GPL licensed](https://img.shields.io/badge/license-GPL-blue.svg)](https://gitlab.aiursoft.cn/anduin/anduinos/-/blob/master/LICENSE)
4+
[![Discussions](https://img.shields.io/badge/discussions-join-blue)](https://github.com/Anduin2017/AnduinOS/discussions)
5+
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fwww.anduinos.com%2F)](https://www.anduinos.com/)
36
[![ManHours](https://manhours.aiursoft.cn/r/gitlab.aiursoft.cn/anduin/anduinos.svg)](https://gitlab.aiursoft.cn/anduin/anduinos/-/commits/master?ref_type=heads)
47

58
<img align="right" width="100" height="100" src="./src/mods/30-gnome-extension-arcmenu-patch/logo.svg">

0 commit comments

Comments
 (0)