Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
11759a8e
Commit
11759a8e
authored
Apr 27, 2016
by
Andrey Mokhov
Browse files
Rename to Hadrian.
[skip ci]
parent
0c5fe5b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
11759a8e
...
...
@@ -47,22 +47,22 @@ install:
# of "ghc/". For this reason, we - rather hackily - move the GHC-Shake
# ".git" directory into the appropriate location, and perform a hard reset
# in order to regenerate the GHC-Shake files.
-
mkdir ghc/
s
ha
ke-build
-
mv .git ghc/
s
ha
ke-build
-
( cd ghc/
s
ha
ke-build
&& git reset --hard HEAD )
-
mkdir ghc/ha
drian
-
mv .git ghc/ha
drian
-
( cd ghc/ha
drian
&& git reset --hard HEAD )
-
( cd ghc/
s
ha
ke-build
&& cabal install --only-dependencies )
-
( cd ghc/
s
ha
ke-build
&& cabal configure )
-
( cd ghc/ha
drian
&& cabal install --only-dependencies )
-
( cd ghc/ha
drian
&& cabal configure )
-
( cd ghc && ./boot )
-
( cd ghc && ./configure )
-
cat ghc/
s
ha
ke-build
/cfg/system.config
-
cat ghc/ha
drian
/cfg/system.config
-
ghc-pkg list
script
:
-
( cd ghc/
s
ha
ke-build
&& cabal haddock --internal )
-
./ghc/
s
ha
ke-build
/build.sh selftest
-
./ghc/
s
ha
ke-build
/build.sh -j --no-progress --profile=- --flavour=quick $TARGET
-
( cd ghc/ha
drian
&& cabal haddock --internal )
-
./ghc/ha
drian
/build.sh selftest
-
./ghc/ha
drian
/build.sh -j --no-progress --profile=- --flavour=quick $TARGET
cache
:
directories
:
...
...
appveyor.yml
View file @
11759a8e
clone_folder
:
"
C:
\\
msys64
\\
home
\\
ghc
\\
s
ha
ke-build
"
clone_folder
:
"
C:
\\
msys64
\\
home
\\
ghc
\\
ha
drian
"
environment
:
global
:
STACK_ROOT
:
"
c:
\\
sr"
...
...
@@ -30,7 +30,7 @@ install:
-
bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/mingw-w64/x86_64/"
-
bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/perl/"
-
bash -lc "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
-
bash -lc "cat /home/ghc/
s
ha
ke-build
/cfg/system.config"
-
bash -lc "cat /home/ghc/ha
drian
/cfg/system.config"
-
ghc --version
-
stack --version
-
alex --version
...
...
@@ -38,6 +38,6 @@ install:
-
stack exec -- ghc-pkg list
build_script
:
-
cd C:\msys64\home\ghc\
s
ha
ke-build
-
cd C:\msys64\home\ghc\ha
drian
-
echo "" | stack --no-terminal exec -- build.bat selftest
-
echo "" | stack --no-terminal exec -- build.bat -j --no-progress --profile=- --flavour=quick inplace/bin/ghc-stage1.exe
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment