Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
TheoryOfNekomata
/
xml-c
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Update CI to Ubuntu 20.04
master
ooxi
3 anni fa
parent
69b2c47089
commit
db3e166cf8
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
.github/workflows/ci.yaml
+1
-1
.mc/ubuntu:20.04.yaml
+ 1
- 1
.github/workflows/ci.yaml
Vedi File
@@ -20,5 +20,5 @@ jobs:
- uses: actions/checkout@v2
- name: Build and TesT
run: npx --package mini-cross@0.15.2 mc --no-tty ubuntu:
16
.04 .mc/rebuild.sh
run: npx --package mini-cross@0.15.2 mc --no-tty ubuntu:
20
.04 .mc/rebuild.sh
.mc/ubuntu:16.04.yaml → .mc/ubuntu:20.04.yaml
Vedi File
@@ -1,5 +1,5 @@
---
base: ubuntu:
16
.04
base: ubuntu:
20
.04
install:
- cmake
- g++
Scrivi
Anteprima
Caricamento…
Annulla
Salva