Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite6e6e24

Browse files
committed
ci: refactor
1 parent57e697a commite6e6e24

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

‎.gitlab-ci.yml‎

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
image:"debian:bookworm"
22

3+
before_script:
4+
-apt-get update -y
5+
-apt-get install -y make sfst python3 python3-pip python3-venv
6+
-python3 -m venv .venv
7+
-source .venv/bin/activate
8+
-locale-gen ml_IN.UTF-8
9+
310
build:
411
stage:build
5-
before_script:
6-
-apt-get update -y
7-
-apt-get install -y make sfst python3 python-is-python3 python3-pip
8-
-python3 -m venv .venv
9-
-source .venv/bin/activate
1012
script:
1113
-make
1214
artifacts:
@@ -16,10 +18,6 @@ build:
1618

1719
test:
1820
stage:test
19-
before_script:
20-
-apt-get update -y
21-
-apt-get install -y make sfst python3 python-is-python3 python3-pip locales
22-
-locale-gen ml_IN.UTF-8
2321
script:
2422
-LC_ALL=ml_IN.UTF-8 make test
2523
dependencies:

‎python/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
all:
22
@mkdir -p mlmorph/data
3-
cp ../malayalam.amlmorph/data/malayalam.a
3+
cp ../malayalam.a mlmorph/data/malayalam.a
44
pip install -e.
55

66
clean:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp