зеркало из https://github.com/github/ruby.git
[MinGW] Use autogen
This commit is contained in:
Родитель
ec032e86fa
Коммит
8acb2a9b40
|
@ -72,12 +72,12 @@ jobs:
|
||||||
if ($rslt.contains($e)) { Write-Host $rslt }
|
if ($rslt.contains($e)) { Write-Host $rslt }
|
||||||
else { Write-Host "`nCan't find $e" }
|
else { Write-Host "`nCan't find $e" }
|
||||||
}
|
}
|
||||||
- name: misc setup, autoreconf
|
|
||||||
|
- name: autogen
|
||||||
run: |
|
run: |
|
||||||
mkdir temp
|
./autogen.sh
|
||||||
cd src
|
working-directory: src
|
||||||
sh -c "autoreconf -fi"
|
shell: sh
|
||||||
working-directory:
|
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: |
|
run: |
|
||||||
|
|
Загрузка…
Ссылка в новой задаче