Skip to content

Commit

Permalink
Merge pull request #17 from rd2/geo
Browse files Browse the repository at this point in the history
Autogenerate skylight wells (redux)
  • Loading branch information
brgix authored Apr 17, 2024
2 parents 362e0ac + ac976e6 commit 423510e
Show file tree
Hide file tree
Showing 9 changed files with 13,209 additions and 1,765 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,19 @@ jobs:
docker exec -t test bundle update
docker exec -t test bundle exec rake
docker kill test
test_370x:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Run Tests
run: |
echo $(pwd)
echo $(ls)
docker pull nrel/openstudio:3.7.0
docker run --name test --rm -d -t -v $(pwd):/work -w /work nrel/openstudio:3.7.0
docker exec -t test pwd
docker exec -t test ls
docker exec -t test bundle update
docker exec -t test bundle exec rake
docker kill test
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2022-2023, Denis Bourgeois
Copyright (c) 2022-2024, Denis Bourgeois
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion lib/osut.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BSD 3-Clause License
#
# Copyright (c) 2022-2023, Denis Bourgeois
# Copyright (c) 2022-2024, Denis Bourgeois
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
Loading

0 comments on commit 423510e

Please sign in to comment.