Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
personoj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
koizel
personoj
Commits
1421ca90
Commit
1421ca90
authored
4 years ago
by
gabrielhdt
Browse files
Options
Downloads
Patches
Plain Diff
setting ci
parent
f61d04cb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/type_check.yml
+12
-11
12 additions, 11 deletions
.github/workflows/type_check.yml
with
12 additions
and
11 deletions
.github/workflows/type_check.yml
+
12
−
11
View file @
1421ca90
...
...
@@ -22,25 +22,26 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
-
uses
:
actions/checkout@v2
# Runs a single command using the runners shell
-
name
:
Run a one-line script
run
:
echo Hello, world!
# Runs a set of commands using the runners shell
-
name
:
setup
-
name
:
opam
setup
run
:
|
sudo apt install --yes emacs
sudo wget https://github.com/ocaml/opam/releases/download/2.0.5/opam-2.0.5-x86_64-linux -O /usr/bin/opam
sudo chmod 755 /usr/bin/opam
opam init -a --disable-sandboxing --compiler="4.07.1"
opam update
opam switch "4.07.1"
opam $(eval
env)
opam install alt-ergo.2.3.0
eval $(opam
env)
opam install alt-ergo.2.3.0
--yes
git clone https://github.com/Deducteam/lambdapi.git lambdapi
(cd lambdapi || exit 1
opam pin add -n -k path lambdapi .)
opam install lambdapi
wh3 config --full-config
opam install --deps-only -t -d lambdapi --yes
(cd lambdapi || exit 1
make install)
why3 config --full-config
-
name
:
check
run
:
lambdapi check encodings/*.lp
run
:
|
eval $(opam env)
lambdapi check encodings/*.lp
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment