Compare commits
2 Commits
master.min
...
2.6.2
Author | SHA1 | Date | |
---|---|---|---|
|
22ddcc04e0 | ||
|
63f9ac4baf |
@@ -46,19 +46,19 @@ shared: &shared
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
"mint19":
|
"mint20":
|
||||||
<<: *shared
|
<<: *shared
|
||||||
docker:
|
docker:
|
||||||
- image: linuxmintd/mint19-amd64
|
- image: linuxmintd/mint20-amd64
|
||||||
|
|
||||||
"lmde3":
|
"lmde4":
|
||||||
<<: *shared
|
<<: *shared
|
||||||
docker:
|
docker:
|
||||||
- image: linuxmintd/lmde3-amd64
|
- image: linuxmintd/lmde4-amd64
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build:
|
build:
|
||||||
jobs:
|
jobs:
|
||||||
- "mint19"
|
- "mint20"
|
||||||
- "lmde3"
|
- "lmde4"
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
xed (2.6.2) ulyana; urgency=medium
|
||||||
|
|
||||||
|
* CI: Update targets
|
||||||
|
|
||||||
|
-- Clement Lefebvre <root@linuxmint.com> Wed, 24 Jun 2020 12:44:58 +0100
|
||||||
|
|
||||||
xed (2.6.1) ulyana; urgency=medium
|
xed (2.6.1) ulyana; urgency=medium
|
||||||
|
|
||||||
[ NikoKrause ]
|
[ NikoKrause ]
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
project('xed', 'c', version : '2.6.0')
|
project('xed', 'c', version : '2.6.2')
|
||||||
|
|
||||||
gnome = import('gnome')
|
gnome = import('gnome')
|
||||||
i18n = import('i18n')
|
i18n = import('i18n')
|
||||||
|
Reference in New Issue
Block a user