Delete CI with STI
CI with STI is archived in: https://src.fedoraproject.org/rpms/anthy-unicode/tree/ci-sti
This commit is contained in:
parent
b8ee1078d0
commit
7a1fb3cf1d
@ -1,12 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
: ${SRCDIR:='./source'}
|
||||
|
||||
anthy-dic-tool-unicode --load $SRCDIR/src-util/dic-tool-input
|
||||
diff $HOME/.config/anthy/private_words_default $SRCDIR/src-util/dic-tool-result
|
||||
anthy-dic-tool-unicode --dump
|
||||
[ -d $HOME/.anthy ] || mkdir $HOME/.anthy
|
||||
mv $HOME/.config/anthy/private_words_default $HOME/.anthy
|
||||
anthy-dic-tool-unicode --migrate
|
||||
diff $HOME/.config/anthy/private_words_default $SRCDIR/src-util/dic-tool-result
|
||||
|
@ -1,19 +0,0 @@
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
required_packages:
|
||||
- git
|
||||
vars:
|
||||
fetch_only: True
|
||||
- role: standard-test-basic
|
||||
#- role: standard-test-beakerlib
|
||||
required_packages:
|
||||
- bash
|
||||
- anthy-unicode
|
||||
tests:
|
||||
- smoke1:
|
||||
dir: .
|
||||
run: ./tests.sh
|
||||
|
Loading…
Reference in New Issue
Block a user