Compare commits
2 Commits
master.lmd
...
2.6.2
Author | SHA1 | Date | |
---|---|---|---|
|
22ddcc04e0 | ||
|
63f9ac4baf |
@@ -46,19 +46,19 @@ shared: &shared
|
||||
fi
|
||||
|
||||
jobs:
|
||||
"mint19":
|
||||
"mint20":
|
||||
<<: *shared
|
||||
docker:
|
||||
- image: linuxmintd/mint19-amd64
|
||||
- image: linuxmintd/mint20-amd64
|
||||
|
||||
"lmde3":
|
||||
"lmde4":
|
||||
<<: *shared
|
||||
docker:
|
||||
- image: linuxmintd/lmde3-amd64
|
||||
- image: linuxmintd/lmde4-amd64
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
build:
|
||||
jobs:
|
||||
- "mint19"
|
||||
- "lmde3"
|
||||
- "mint20"
|
||||
- "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
|
||||
|
||||
[ NikoKrause ]
|
||||
|
@@ -1,4 +1,4 @@
|
||||
project('xed', 'c', version : '2.6.0')
|
||||
project('xed', 'c', version : '2.6.2')
|
||||
|
||||
gnome = import('gnome')
|
||||
i18n = import('i18n')
|
||||
|
Reference in New Issue
Block a user